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.cc297 group_1_prefix_(0), in DisassemblerX64()
328 byte group_1_prefix_; // 0xF2, 0xF3, or (if no group 1 prefix is present) 0. member in disasm::DisassemblerX64
1622 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()
1686 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()
1889 return (group_1_prefix_ == 0xF2) ? "cvtsi2sd" : "cvtsi2ss"; in TwoByteMnemonic()
1891 return (group_1_prefix_ == 0xF2) ? "sqrtsd" : "sqrtss"; in TwoByteMnemonic()
1893 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()
1895 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()
1897 return (group_1_prefix_ == 0xF2) ? "cvtsd2ss" : "cvtss2sd"; in TwoByteMnemonic()
1899 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()
[all …]