Home | History | Annotate | Download | only in x64

Lines Matching refs:mnemonic

605 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1019 const char* mnemonic = TwoByteMnemonic(opcode);
1088 const char* mnemonic = "?";
1090 mnemonic = "andpd";
1092 mnemonic = "orpd";
1094 mnemonic = "xorpd";
1096 mnemonic = "ucomisd";
1098 mnemonic = "comisd";
1102 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1125 AppendToBuffer("%sd %s,", mnemonic, NameOfXMMRegister(regop));
1143 // XMM arithmetic. Mnemonic was retrieved at the start of this function.
1146 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1169 AppendToBuffer("%ss %s,", mnemonic, NameOfXMMRegister(regop));
1226 AppendToBuffer("%s", mnemonic);
1249 current += PrintOperands(mnemonic, REG_OPER_OP_ORDER, current);
1257 AppendToBuffer("%s ", mnemonic);