Searched refs:group_1_prefix_ (Results 1 – 1 of 1) sorted by relevance
294 group_1_prefix_(0), in DisassemblerX64()322 byte group_1_prefix_; // 0xF2, 0xF3, or (if no group 1 prefix is present) 0. member in disasm::DisassemblerX641941 } else if (group_1_prefix_ == 0xF2) { in TwoByteOpcodeInstruction()2030 } else if (group_1_prefix_ == 0xF3) { in TwoByteOpcodeInstruction()2281 return (group_1_prefix_ == 0xF2) ? "cvtsi2sd" : "cvtsi2ss"; in TwoByteMnemonic()2283 return (group_1_prefix_ == 0xF2) ? "sqrtsd" : "sqrtss"; in TwoByteMnemonic()2285 return (group_1_prefix_ == 0xF2) ? "addsd" : "addss"; in TwoByteMnemonic()2287 return (group_1_prefix_ == 0xF2) ? "mulsd" : "mulss"; in TwoByteMnemonic()2289 return (group_1_prefix_ == 0xF2) ? "cvtsd2ss" : "cvtss2sd"; in TwoByteMnemonic()2291 return (group_1_prefix_ == 0xF2) ? "minsd" : "minss"; in TwoByteMnemonic()[all …]