• Home
  • Raw
  • Download

Lines Matching refs:NameOfXMMRegister

432   const char* NameOfXMMRegister(int reg) const {  in NameOfXMMRegister()  function in disasm::DisassemblerX64
433 return converter_.NameOfXMMRegister(reg); in NameOfXMMRegister()
641 &DisassemblerX64::NameOfXMMRegister); in PrintRightXMMOperand()
890 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
895 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
900 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
905 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
910 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
915 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
920 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
925 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
930 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
935 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
940 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
945 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
957 AppendToBuffer("v" #instruction " %s,%s,", NameOfXMMRegister(regop), \ in AVXInstruction()
958 NameOfXMMRegister(vvvv)); \ in AVXInstruction()
974 AppendToBuffer("vroundss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
975 NameOfXMMRegister(vvvv)); in AVXInstruction()
980 AppendToBuffer("vroundsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
981 NameOfXMMRegister(vvvv)); in AVXInstruction()
988 AppendToBuffer(",%s,0x%x,", NameOfXMMRegister(regop), *current++); in AVXInstruction()
993 AppendToBuffer(",%s,0x%x,", NameOfXMMRegister(regop), *current++); in AVXInstruction()
998 AppendToBuffer(",%s,0x%x,", NameOfXMMRegister(regop), *current++); in AVXInstruction()
1001 AppendToBuffer("vpinsrb %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1002 NameOfXMMRegister(vvvv)); in AVXInstruction()
1007 AppendToBuffer("vpinsrd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1008 NameOfXMMRegister(vvvv)); in AVXInstruction()
1020 AppendToBuffer("vmovss %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1022 AppendToBuffer("%s,", NameOfXMMRegister(vvvv)); in AVXInstruction()
1030 AppendToBuffer(",%s", NameOfXMMRegister(vvvv)); in AVXInstruction()
1032 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1036 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
1045 AppendToBuffer("vaddss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1046 NameOfXMMRegister(vvvv)); in AVXInstruction()
1050 AppendToBuffer("vmulss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1051 NameOfXMMRegister(vvvv)); in AVXInstruction()
1055 AppendToBuffer("vcvtss2sd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1056 NameOfXMMRegister(vvvv)); in AVXInstruction()
1060 AppendToBuffer("vsubss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1061 NameOfXMMRegister(vvvv)); in AVXInstruction()
1065 AppendToBuffer("vminss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1066 NameOfXMMRegister(vvvv)); in AVXInstruction()
1070 AppendToBuffer("vdivss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1071 NameOfXMMRegister(vvvv)); in AVXInstruction()
1075 AppendToBuffer("vmaxss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1076 NameOfXMMRegister(vvvv)); in AVXInstruction()
1087 AppendToBuffer("vmovsd %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1089 AppendToBuffer("%s,", NameOfXMMRegister(vvvv)); in AVXInstruction()
1097 AppendToBuffer(",%s", NameOfXMMRegister(vvvv)); in AVXInstruction()
1099 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1103 NameOfXMMRegister(regop), NameOfXMMRegister(vvvv)); in AVXInstruction()
1117 AppendToBuffer("vsqrtsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1118 NameOfXMMRegister(vvvv)); in AVXInstruction()
1122 AppendToBuffer("vaddsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1123 NameOfXMMRegister(vvvv)); in AVXInstruction()
1127 AppendToBuffer("vmulsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1128 NameOfXMMRegister(vvvv)); in AVXInstruction()
1132 AppendToBuffer("vcvtsd2ss %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1133 NameOfXMMRegister(vvvv)); in AVXInstruction()
1137 AppendToBuffer("vsubsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1138 NameOfXMMRegister(vvvv)); in AVXInstruction()
1142 AppendToBuffer("vminsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1143 NameOfXMMRegister(vvvv)); in AVXInstruction()
1147 AppendToBuffer("vdivsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1148 NameOfXMMRegister(vvvv)); in AVXInstruction()
1152 AppendToBuffer("vmaxsd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1153 NameOfXMMRegister(vvvv)); in AVXInstruction()
1157 AppendToBuffer("vlddqu %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1276 AppendToBuffer("vmovups %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1282 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1285 AppendToBuffer("vmovaps %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1291 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1294 AppendToBuffer("vucomiss %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1302 AppendToBuffer("vandps %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1303 NameOfXMMRegister(vvvv)); in AVXInstruction()
1307 AppendToBuffer("vxorps %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1308 NameOfXMMRegister(vvvv)); in AVXInstruction()
1312 AppendToBuffer("vcmpps %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1313 NameOfXMMRegister(vvvv)); in AVXInstruction()
1329 AppendToBuffer("vmovupd %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1335 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1338 AppendToBuffer("vmovapd %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1344 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1347 AppendToBuffer("vucomisd %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1355 AppendToBuffer("vandpd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1356 NameOfXMMRegister(vvvv)); in AVXInstruction()
1360 AppendToBuffer("vorpd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1361 NameOfXMMRegister(vvvv)); in AVXInstruction()
1365 AppendToBuffer("vxorpd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1366 NameOfXMMRegister(vvvv)); in AVXInstruction()
1371 NameOfXMMRegister(regop)); in AVXInstruction()
1375 AppendToBuffer("vpshufd %s,", NameOfXMMRegister(regop)); in AVXInstruction()
1381 NameOfXMMRegister(vvvv)); in AVXInstruction()
1387 NameOfXMMRegister(vvvv)); in AVXInstruction()
1393 NameOfXMMRegister(vvvv)); in AVXInstruction()
1400 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in AVXInstruction()
1403 AppendToBuffer("vcmppd %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1404 NameOfXMMRegister(vvvv)); in AVXInstruction()
1413 AppendToBuffer("vpinsrw %s,%s,", NameOfXMMRegister(regop), in AVXInstruction()
1414 NameOfXMMRegister(vvvv)); in AVXInstruction()
1425 AppendToBuffer("v" #instruction " %s,%s,", NameOfXMMRegister(regop), \ in AVXInstruction()
1426 NameOfXMMRegister(vvvv)); \ in AVXInstruction()
1642 AppendToBuffer(#instruction " %s,", NameOfXMMRegister(regop)); \ in TwoByteOpcodeInstruction()
1660 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), (*current) & 3); in TwoByteOpcodeInstruction()
1664 AppendToBuffer("roundss %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1671 AppendToBuffer("roundsd %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1679 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), (*current) & 3); in TwoByteOpcodeInstruction()
1685 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), (*current) & 3); in TwoByteOpcodeInstruction()
1691 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), (*current) & 3); in TwoByteOpcodeInstruction()
1696 AppendToBuffer(" %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1703 AppendToBuffer("insertps %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1710 AppendToBuffer(" %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1731 AppendToBuffer("movupd %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1736 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1738 AppendToBuffer("movapd %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1743 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1747 NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1751 NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1757 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1761 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1765 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1770 AppendToBuffer("pshufd %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1776 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1781 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1786 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1892 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1912 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1914 AppendToBuffer("%s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1921 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1942 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1960 NameOfXMMRegister(regop), in TwoByteOpcodeInstruction()
1961 NameOfXMMRegister(rm)); in TwoByteOpcodeInstruction()
1966 AppendToBuffer("lddqu %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1980 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1982 AppendToBuffer("%s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
1989 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2002 AppendToBuffer("movq %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2008 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2036 NameOfXMMRegister(regop), NameOfXMMRegister(rm)); in TwoByteOpcodeInstruction()
2049 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2051 AppendToBuffer("%s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2073 AppendToBuffer("movaps %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2082 AppendToBuffer(",%s", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2087 AppendToBuffer("ucomiss %s,", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2109 NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2118 AppendToBuffer("cmpps %s, ", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2126 AppendToBuffer("shufps %s, ", NameOfXMMRegister(regop)); in TwoByteOpcodeInstruction()
2748 const char* NameConverter::NameOfXMMRegister(int reg) const { in NameOfXMMRegister() function in disasm::NameConverter