Searched refs:REX_W (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Di386.h94 #define REX_W 8 macro
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Di386-dis.c4415 USED_REX (REX_W);
4418 if (rex & REX_W)
4457 if ((rex & REX_W) || (sizeflag & DFLAG))
4461 if (!(rex & REX_W))
4485 USED_REX (REX_W);
4486 if (rex & REX_W)
4513 USED_REX (REX_W);
4514 if (rex & REX_W)
4520 if (!(rex & REX_W))
4536 || (rex & REX_W)
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_disasm.c61 #define REX_W 8 macro
1072 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][addrp->disp]);
1403 if (rex & REX_W) {
1442 if (rex & REX_W)
1469 db_print_address(seg, (rex & REX_W) ? QUAD : LONG, rex, &address);
1485 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][f_reg(rex, regmodrm)]);
1559 len = db_lengths[(size == LONG && (rex & REX_W)) ? QUAD : size];
1588 len = db_lengths[rex & REX_W ? QUAD : LONG];
1611 len = db_lengths[(size == LONG && (rex & REX_W)) ? QUAD : size];
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h361 // REX_W - REX prefixes are instruction prefixes used in 64-bit mode.
367 REX_W = 1 << REXShift, enumerator in enum:llvm::X86II::__anon2526
441 /// way as REX_W is for regular SSE instructions.
H A DX86MCCodeEmitter.cpp953 if (TSFlags & X86II::REX_W)
/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c1950 #define REX_W 0x08 /* 64 bit operand size when set */ macro
2737 x->d86_rex_prefix |= REX_W;
2802 if ((rex_prefix & REX_W) || vex_W)
3196 if (rex_prefix & REX_W) {
3209 if (rex_prefix & REX_W)
3223 if (rex_prefix & REX_W)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-i386.c1003 if ((i.prefix[REX_PREFIX] & prefix & REX_W)
1368 (x->rex & REX_W) != 0,
1897 i.rex |= REX_W;
3029 i.rex |= REX_W;
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp169 if (Desc.TSFlags & X86II::REX_W)
H A DX86InstrInfo.cpp1834 unsigned ShiftCountMask = (MI->getDesc().TSFlags & X86II::REX_W) ? 63 : 31;

Completed in 156 milliseconds