Searched refs:rex_w (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/x64/
H A Ddisasm-x64.cc353 bool rex_w() { return (rex_ & 0x08) != 0; } function in class:disasm::DisassemblerX64
413 if (rex_w()) return OPERAND_QUADWORD_SIZE;
422 char float_size_code() { return "sd"[rex_w()]; }
1746 rex_w() ? 'q' : 'd',
1755 rex_w() ? 'q' : 'd');
2255 if (rex_w()) AppendToBuffer("REX.W ");
2294 if (rex_w()) AppendToBuffer("REX.W ");
/external/elfutils/libcpu/
H A Di386_disasm.c120 prefbit (rex_w),

Completed in 1029 milliseconds