Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc352 bool rex_w() { return (rex_ & 0x08) != 0; } in rex_w() function in disasm::DisassemblerX64
412 if (rex_w()) return OPERAND_QUADWORD_SIZE; in operand_size()
421 char float_size_code() { return "sd"[rex_w()]; } in float_size_code()
1564 rex_w() ? 'q' : 'd', in TwoByteOpcodeInstruction()
1573 rex_w() ? 'q' : 'd'); in TwoByteOpcodeInstruction()
1950 if (rex_w()) AppendToBuffer("REX.W "); in InstructionDecode()
1987 if (rex_w()) AppendToBuffer("REX.W "); in InstructionDecode()
/external/elfutils/libcpu/
Di386_disasm.c120 prefbit (rex_w),