Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc298 group_1_prefix_(0), in DisassemblerX64()
329 byte group_1_prefix_; // 0xF2, 0xF3, or (if no group 1 prefix is present) 0. member in disasm::DisassemblerX64
1902 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()
1971 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()
2191 return (group_1_prefix_ == 0xF2) ? "cvtsi2sd" : "cvtsi2ss"; in TwoByteMnemonic()
2193 return (group_1_prefix_ == 0xF2) ? "sqrtsd" : "sqrtss"; in TwoByteMnemonic()
2195 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()
2197 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()
2199 return (group_1_prefix_ == 0xF2) ? "cvtsd2ss" : "cvtss2sd"; in TwoByteMnemonic()
2201 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()
[all …]