File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -521,13 +521,13 @@ opcode  src  imm   description                                          referenc
5215210x15    0x0  any   if dst ==  imm goto +offset                           `Jump instructions `_
5225220x16    0x0  any   if (uint32_t)dst ==  imm goto +offset                 `Jump instructions `_
5235230x17    0x0  any   dst -= imm                                           `Arithmetic instructions `_
524- 0x18    0x0  0x00   dst = imm64                                          `64-bit immediate instructions `_
525- 0x18    0x1  0x00   dst = map_by_fd(imm)                                 `64-bit immediate instructions `_
526- 0x18    0x2  0x00   dst = mva(map_by_fd(imm)) + next_imm                 `64-bit immediate instructions `_
527- 0x18    0x3  0x00   dst = variable_addr(imm)                             `64-bit immediate instructions `_
528- 0x18    0x4  0x00   dst = code_addr(imm)                                 `64-bit immediate instructions `_
529- 0x18    0x5  0x00   dst = map_by_idx(imm)                                `64-bit immediate instructions `_
530- 0x18    0x6  0x00   dst = mva(map_by_idx(imm)) + next_imm                `64-bit immediate instructions `_
524+ 0x18    0x0  any    dst = imm64                                          `64-bit immediate instructions `_
525+ 0x18    0x1  any    dst = map_by_fd(imm)                                 `64-bit immediate instructions `_
526+ 0x18    0x2  any    dst = mva(map_by_fd(imm)) + next_imm                 `64-bit immediate instructions `_
527+ 0x18    0x3  any    dst = variable_addr(imm)                             `64-bit immediate instructions `_
528+ 0x18    0x4  any    dst = code_addr(imm)                                 `64-bit immediate instructions `_
529+ 0x18    0x5  any    dst = map_by_idx(imm)                                `64-bit immediate instructions `_
530+ 0x18    0x6  any    dst = mva(map_by_idx(imm)) + next_imm                `64-bit immediate instructions `_
5315310x1c    any  0x00  dst = (uint32_t)(dst - src)                          `Arithmetic instructions `_
5325320x1d    any  0x00  if dst ==  src goto +offset                           `Jump instructions `_
5335330x1e    any  0x00  if (uint32_t)dst ==  (uint32_t)src goto +offset       `Jump instructions `_
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments