• Home
  • Raw
  • Download

Lines Matching refs:NameOfXMMRegister

301   const char* NameOfXMMRegister(int reg) const {  in NameOfXMMRegister()  function in disasm::DisassemblerX87
302 return converter_.NameOfXMMRegister(reg); in NameOfXMMRegister()
466 &DisassemblerX87::NameOfXMMRegister); in PrintRightXMMOperand()
1029 NameOfXMMRegister(regop), in InstructionDecode()
1030 NameOfXMMRegister(rm)); in InstructionDecode()
1054 NameOfXMMRegister(regop)); in InstructionDecode()
1062 NameOfXMMRegister(rm)); in InstructionDecode()
1071 NameOfXMMRegister(rm), in InstructionDecode()
1072 NameOfXMMRegister(regop), in InstructionDecode()
1226 NameOfXMMRegister(regop), in InstructionDecode()
1227 NameOfXMMRegister(rm)); in InstructionDecode()
1234 AppendToBuffer("movntdqa %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1247 NameOfXMMRegister(regop), in InstructionDecode()
1248 NameOfXMMRegister(rm), in InstructionDecode()
1258 NameOfXMMRegister(rm), in InstructionDecode()
1268 NameOfXMMRegister(regop), in InstructionDecode()
1277 NameOfXMMRegister(regop), in InstructionDecode()
1291 NameOfXMMRegister(regop), in InstructionDecode()
1292 NameOfXMMRegister(rm)); in InstructionDecode()
1295 AppendToBuffer("%s %s,", mnem, NameOfXMMRegister(regop)); in InstructionDecode()
1304 NameOfXMMRegister(rm)); in InstructionDecode()
1311 NameOfXMMRegister(regop), in InstructionDecode()
1312 NameOfXMMRegister(rm)); in InstructionDecode()
1319 NameOfXMMRegister(regop), in InstructionDecode()
1320 NameOfXMMRegister(rm)); in InstructionDecode()
1327 NameOfXMMRegister(regop), in InstructionDecode()
1328 NameOfXMMRegister(rm)); in InstructionDecode()
1334 AppendToBuffer("movd %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1340 AppendToBuffer("movdqa %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1348 NameOfXMMRegister(regop), in InstructionDecode()
1349 NameOfXMMRegister(rm), in InstructionDecode()
1357 NameOfXMMRegister(regop), in InstructionDecode()
1358 NameOfXMMRegister(rm)); in InstructionDecode()
1368 NameOfXMMRegister(regop), in InstructionDecode()
1369 NameOfXMMRegister(rm)); in InstructionDecode()
1379 NameOfXMMRegister(rm), in InstructionDecode()
1387 NameOfXMMRegister(regop), in InstructionDecode()
1388 NameOfXMMRegister(rm)); in InstructionDecode()
1396 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1403 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1409 NameOfXMMRegister(regop), in InstructionDecode()
1410 NameOfXMMRegister(rm)); in InstructionDecode()
1419 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1428 NameOfXMMRegister(regop), in InstructionDecode()
1429 NameOfXMMRegister(rm)); in InstructionDecode()
1436 NameOfXMMRegister(regop), in InstructionDecode()
1437 NameOfXMMRegister(rm)); in InstructionDecode()
1510 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1515 AppendToBuffer("movsd %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1521 AppendToBuffer("cvtsd2ss %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1539 AppendToBuffer("%s %s,", mnem, NameOfXMMRegister(regop)); in InstructionDecode()
1558 NameOfXMMRegister(regop), in InstructionDecode()
1559 NameOfXMMRegister(rm)); in InstructionDecode()
1562 AppendToBuffer("%s %s,", mnem, NameOfXMMRegister(regop)); in InstructionDecode()
1580 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1585 AppendToBuffer("movss %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1597 AppendToBuffer("cvtss2sd %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1603 AppendToBuffer("movdqu %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1611 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1700 const char* NameConverter::NameOfXMMRegister(int reg) const { in NameOfXMMRegister() function in disasm::NameConverter