Lines Matching refs:mnemonic
1004 const char* mnemonic = TwoByteMnemonic(opcode); in TwoByteOpcodeInstruction() local
1078 const char* mnemonic = "?"; in TwoByteOpcodeInstruction() local
1080 mnemonic = "andpd"; in TwoByteOpcodeInstruction()
1082 mnemonic = "orpd"; in TwoByteOpcodeInstruction()
1084 mnemonic = "xorpd"; in TwoByteOpcodeInstruction()
1086 mnemonic = "ucomisd"; in TwoByteOpcodeInstruction()
1088 mnemonic = "comisd"; in TwoByteOpcodeInstruction()
1092 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1115 AppendToBuffer("%sd %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1136 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1178 AppendToBuffer("%ss %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1235 AppendToBuffer("%s", mnemonic); in TwoByteOpcodeInstruction()
1290 current += PrintOperands(mnemonic, REG_OPER_OP_ORDER, current); in TwoByteOpcodeInstruction()
1298 AppendToBuffer("%s ", mnemonic); in TwoByteOpcodeInstruction()
1308 AppendToBuffer("%s%c ", mnemonic, operand_size_code()); in TwoByteOpcodeInstruction()