Home | History | Annotate | Download | only in x64

Lines Matching refs:mnemonic

610 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1027 const char* mnemonic = TwoByteMnemonic(opcode);
1096 const char* mnemonic = "?";
1098 mnemonic = "andpd";
1100 mnemonic = "orpd";
1102 mnemonic = "xorpd";
1104 mnemonic = "ucomisd";
1106 mnemonic = "comisd";
1110 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1133 AppendToBuffer("%sd %s,", mnemonic, NameOfXMMRegister(regop));
1151 // XMM arithmetic. Mnemonic was retrieved at the start of this function.
1154 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1177 AppendToBuffer("%ss %s,", mnemonic, NameOfXMMRegister(regop));
1234 AppendToBuffer("%s", mnemonic);
1264 current += PrintOperands(mnemonic, REG_OPER_OP_ORDER, current);
1272 AppendToBuffer("%s ", mnemonic);