Home
last modified time | relevance | path

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

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