• Home
  • Raw
  • Download

Lines Matching refs:NameOfXMMRegister

288   const char* NameOfXMMRegister(int reg) const {  in NameOfXMMRegister()  function in disasm::DisassemblerX87
289 return converter_.NameOfXMMRegister(reg); in NameOfXMMRegister()
452 &DisassemblerX87::NameOfXMMRegister); in PrintRightXMMOperand()
1095 NameOfXMMRegister(regop), in InstructionDecode()
1096 NameOfXMMRegister(rm)); in InstructionDecode()
1120 NameOfXMMRegister(regop)); in InstructionDecode()
1128 NameOfXMMRegister(rm)); in InstructionDecode()
1137 NameOfXMMRegister(rm), in InstructionDecode()
1138 NameOfXMMRegister(regop), in InstructionDecode()
1346 NameOfXMMRegister(regop), in InstructionDecode()
1347 NameOfXMMRegister(rm)); in InstructionDecode()
1363 NameOfXMMRegister(regop), in InstructionDecode()
1364 NameOfXMMRegister(rm), in InstructionDecode()
1374 NameOfXMMRegister(rm), in InstructionDecode()
1384 NameOfXMMRegister(regop), in InstructionDecode()
1393 NameOfXMMRegister(regop), in InstructionDecode()
1407 NameOfXMMRegister(regop), in InstructionDecode()
1408 NameOfXMMRegister(rm)); in InstructionDecode()
1411 AppendToBuffer("%s %s,", mnem, NameOfXMMRegister(regop)); in InstructionDecode()
1420 NameOfXMMRegister(rm)); in InstructionDecode()
1427 NameOfXMMRegister(regop), in InstructionDecode()
1428 NameOfXMMRegister(rm)); in InstructionDecode()
1435 NameOfXMMRegister(regop), in InstructionDecode()
1436 NameOfXMMRegister(rm)); in InstructionDecode()
1443 NameOfXMMRegister(regop), in InstructionDecode()
1444 NameOfXMMRegister(rm)); in InstructionDecode()
1450 AppendToBuffer("movd %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1456 AppendToBuffer("movdqa %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1464 NameOfXMMRegister(regop), in InstructionDecode()
1465 NameOfXMMRegister(rm), in InstructionDecode()
1473 NameOfXMMRegister(regop), in InstructionDecode()
1474 NameOfXMMRegister(rm)); in InstructionDecode()
1484 NameOfXMMRegister(regop), in InstructionDecode()
1485 NameOfXMMRegister(rm)); in InstructionDecode()
1495 NameOfXMMRegister(rm), in InstructionDecode()
1503 NameOfXMMRegister(regop), in InstructionDecode()
1504 NameOfXMMRegister(rm)); in InstructionDecode()
1512 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1519 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1525 NameOfXMMRegister(regop), in InstructionDecode()
1526 NameOfXMMRegister(rm)); in InstructionDecode()
1543 NameOfXMMRegister(regop), in InstructionDecode()
1544 NameOfXMMRegister(rm)); in InstructionDecode()
1551 NameOfXMMRegister(regop), in InstructionDecode()
1552 NameOfXMMRegister(rm)); in InstructionDecode()
1628 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1633 AppendToBuffer("movsd %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1639 AppendToBuffer("cvtsd2ss %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1657 AppendToBuffer("%s %s,", mnem, NameOfXMMRegister(regop)); in InstructionDecode()
1676 NameOfXMMRegister(regop), in InstructionDecode()
1677 NameOfXMMRegister(rm)); in InstructionDecode()
1680 AppendToBuffer("%s %s,", mnem, NameOfXMMRegister(regop)); in InstructionDecode()
1698 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1703 AppendToBuffer("movss %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1715 AppendToBuffer("cvtss2sd %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1721 AppendToBuffer("movdqu %s,", NameOfXMMRegister(regop)); in InstructionDecode()
1729 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in InstructionDecode()
1818 const char* NameConverter::NameOfXMMRegister(int reg) const { in NameOfXMMRegister() function in disasm::NameConverter