Lines Matching refs:group_1_prefix_
297 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()
1901 return (group_1_prefix_ == 0xF2) ? "subsd" : "subss"; in TwoByteMnemonic()
1903 return (group_1_prefix_ == 0xF2) ? "divsd" : "divss"; in TwoByteMnemonic()
1905 return (group_1_prefix_ == 0xF2) ? "maxsd" : "maxss"; in TwoByteMnemonic()
1952 group_1_prefix_ = current; in InstructionDecode()
1983 if (group_1_prefix_ == REP_PREFIX) { in InstructionDecode()