HomeSort by: relevance | last modified time | path
    Searched defs:rex (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_64.c 326 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm)
329 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32);
334 if (rex)
335 *inst++ = rex;
349 sljit_u8 rex = 0; local in function:emit_x86_instruction
371 rex |= REX_W;
373 rex |= REX;
400 rex |= REX_B;
415 rex |= REX_X
    [all...]
sljitNativeX86_64.c 326 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm)
329 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32);
334 if (rex)
335 *inst++ = rex;
349 sljit_u8 rex = 0; local in function:emit_x86_instruction
371 rex |= REX_W;
373 rex |= REX;
400 rex |= REX_B;
415 rex |= REX_X
    [all...]
sljitNativeX86_64.c 326 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm)
329 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32);
334 if (rex)
335 *inst++ = rex;
349 sljit_u8 rex = 0; local in function:emit_x86_instruction
371 rex |= REX_W;
373 rex |= REX;
400 rex |= REX_B;
415 rex |= REX_X
    [all...]
  /src/sys/arch/amd64/amd64/
db_disasm.c 71 * REX prefix and bits
77 #define REX 0x40
896 #define f_mod(rex, byte) ((byte)>>6)
897 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0))
898 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
900 #define sib_ss(rex, byte) ((byte)>>6)
901 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)
1194 u_int rex = 0; local in function:db_disasm
    [all...]
db_disasm.c 71 * REX prefix and bits
77 #define REX 0x40
896 #define f_mod(rex, byte) ((byte)>>6)
897 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0))
898 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
900 #define sib_ss(rex, byte) ((byte)>>6)
901 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)
1194 u_int rex = 0; local in function:db_disasm
    [all...]
db_disasm.c 71 * REX prefix and bits
77 #define REX 0x40
896 #define f_mod(rex, byte) ((byte)>>6)
897 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0))
898 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
900 #define sib_ss(rex, byte) ((byte)>>6)
901 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)
1194 u_int rex = 0; local in function:db_disasm
    [all...]
  /src/sys/arch/pmax/include/
dec_prom.h 195 #define rex (*callv -> _rex) macro
343 #define DEC_REX_MAGIC 0x30464354 /* REX Magic number */
dec_prom.h 195 #define rex (*callv -> _rex) macro
343 #define DEC_REX_MAGIC 0x30464354 /* REX Magic number */
dec_prom.h 195 #define rex (*callv -> _rex) macro
343 #define DEC_REX_MAGIC 0x30464354 /* REX Magic number */

Completed in 40 milliseconds