Lines Matching refs:Format
110 void Format(Instruction* instr, const char* format);
758 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
775 Format(instr, "unknown"); in Unknown()
782 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
785 Format(instr, "min.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
788 Format(instr, "max.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
791 Format(instr, "mina.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
794 Format(instr, "maxa.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
797 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
800 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
803 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
806 Format(instr, "movz.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
809 Format(instr, "movn.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
813 Format(instr, "movt.'t 'fd, 'fs, 'Cc"); in DecodeTypeRegisterRsType()
815 Format(instr, "movf.'t 'fd, 'fs, 'Cc"); in DecodeTypeRegisterRsType()
819 Format(instr, "add.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
822 Format(instr, "sub.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
825 Format(instr, "mul.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
828 Format(instr, "div.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
831 Format(instr, "abs.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
834 Format(instr, "mov.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
837 Format(instr, "neg.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
840 Format(instr, "sqrt.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
843 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
846 Format(instr, "rsqrt.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
849 Format(instr, "cvt.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
852 Format(instr, "cvt.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
855 Format(instr, "trunc.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
858 Format(instr, "trunc.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
861 Format(instr, "round.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
864 Format(instr, "round.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
867 Format(instr, "floor.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
870 Format(instr, "floor.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
873 Format(instr, "ceil.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
876 Format(instr, "class.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
879 Format(instr, "ceil.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
882 Format(instr, "cvt.s.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
885 Format(instr, "c.f.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
888 Format(instr, "c.un.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
891 Format(instr, "c.eq.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
894 Format(instr, "c.ueq.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
897 Format(instr, "c.olt.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
900 Format(instr, "c.ult.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
903 Format(instr, "c.ole.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
906 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
919 Format(instr, "cvt.d.'t 'fd, 'fs"); in DecodeTypeRegisterSRsType()
922 Format(instr, "unknown.cop1.'t"); in DecodeTypeRegisterSRsType()
931 Format(instr, "unknown.cop1.'t"); in DecodeTypeRegisterDRsType()
939 Format(instr, "cvt.d.l 'fd, 'fs"); in DecodeTypeRegisterLRsType()
942 Format(instr, "cvt.s.l 'fd, 'fs"); in DecodeTypeRegisterLRsType()
945 Format(instr, "cmp.af.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
948 Format(instr, "cmp.un.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
951 Format(instr, "cmp.eq.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
954 Format(instr, "cmp.ueq.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
957 Format(instr, "cmp.lt.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
960 Format(instr, "cmp.ult.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
963 Format(instr, "cmp.le.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
966 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
969 Format(instr, "cmp.or.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
972 Format(instr, "cmp.une.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
975 Format(instr, "cmp.ne.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
986 Format(instr, "cvt.s.w 'fd, 'fs"); in DecodeTypeRegisterWRsType()
989 Format(instr, "cvt.d.w 'fd, 'fs"); in DecodeTypeRegisterWRsType()
992 Format(instr, "cmp.af.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
995 Format(instr, "cmp.un.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
998 Format(instr, "cmp.eq.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1001 Format(instr, "cmp.ueq.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1004 Format(instr, "cmp.lt.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1007 Format(instr, "cmp.ult.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1010 Format(instr, "cmp.le.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1013 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1016 Format(instr, "cmp.or.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1019 Format(instr, "cmp.une.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1022 Format(instr, "cmp.ne.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1033 Format(instr, "jr 'rs"); in DecodeTypeRegisterSPECIAL()
1036 Format(instr, "jalr 'rs, 'rd"); in DecodeTypeRegisterSPECIAL()
1040 Format(instr, "nop"); in DecodeTypeRegisterSPECIAL()
1042 Format(instr, "sll 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1046 Format(instr, "srl 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1049 Format(instr, "rotr 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1056 Format(instr, "sra 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1059 Format(instr, "sllv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1063 Format(instr, "srlv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1066 Format(instr, "rotrv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1073 Format(instr, "srav 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1076 Format(instr, "lsa 'rd, 'rt, 'rs, 'sa2"); in DecodeTypeRegisterSPECIAL()
1080 Format(instr, "mfhi 'rd"); in DecodeTypeRegisterSPECIAL()
1083 Format(instr, "clz 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1086 Format(instr, "clo 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1091 Format(instr, "mflo 'rd"); in DecodeTypeRegisterSPECIAL()
1095 Format(instr, "mult 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1098 Format(instr, "mul 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1100 Format(instr, "muh 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1106 Format(instr, "multu 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1109 Format(instr, "mulu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1111 Format(instr, "muhu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1117 Format(instr, "div 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1120 Format(instr, "div 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1122 Format(instr, "mod 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1128 Format(instr, "divu 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1131 Format(instr, "divu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1133 Format(instr, "modu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1138 Format(instr, "add 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1141 Format(instr, "addu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1144 Format(instr, "sub 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1147 Format(instr, "subu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1150 Format(instr, "and 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1154 Format(instr, "mov 'rd, 'rt"); in DecodeTypeRegisterSPECIAL()
1156 Format(instr, "mov 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1158 Format(instr, "or 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1162 Format(instr, "xor 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1165 Format(instr, "nor 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1168 Format(instr, "slt 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1171 Format(instr, "sltu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1174 Format(instr, "break, code: 'code"); in DecodeTypeRegisterSPECIAL()
1177 Format(instr, "tge 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1180 Format(instr, "tgeu 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1183 Format(instr, "tlt 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1186 Format(instr, "tltu 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1189 Format(instr, "teq 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1192 Format(instr, "tne 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1195 Format(instr, "movz 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1198 Format(instr, "movn 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1202 Format(instr, "movt 'rd, 'rs, 'bc"); in DecodeTypeRegisterSPECIAL()
1204 Format(instr, "movf 'rd, 'rs, 'bc"); in DecodeTypeRegisterSPECIAL()
1208 Format(instr, "seleqz 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1211 Format(instr, "selnez 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1222 Format(instr, "mul 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL2()
1226 Format(instr, "clz 'rd, 'rs"); in DecodeTypeRegisterSPECIAL2()
1239 Format(instr, "ins 'rt, 'rs, 'sa, 'ss2"); in DecodeTypeRegisterSPECIAL3()
1247 Format(instr, "ext 'rt, 'rs, 'sa, 'ss1"); in DecodeTypeRegisterSPECIAL3()
1258 Format(instr, "bitswap 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1274 Format(instr, "align 'rd, 'rs, 'rt, 'bp2"); in DecodeTypeRegisterSPECIAL3()
1302 Format(instr, "mfc1 'rt, 'fs"); in DecodeTypeRegister()
1305 Format(instr, "mfhc1 'rt, 'fs"); in DecodeTypeRegister()
1308 Format(instr, "mtc1 'rt, 'fs"); in DecodeTypeRegister()
1312 Format(instr, "ctc1 'rt, 'fs"); in DecodeTypeRegister()
1315 Format(instr, "cfc1 'rt, 'fs"); in DecodeTypeRegister()
1318 Format(instr, "mthc1 'rt, 'fs"); in DecodeTypeRegister()
1342 Format(instr, "madd.d 'fd, 'fr, 'fs, 'ft"); in DecodeTypeRegister()
1369 Format(instr, "bc1t 'bc, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1371 Format(instr, "bc1f 'bc, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1375 Format(instr, "bc1eqz 'ft, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1378 Format(instr, "bc1nez 'ft, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1389 Format(instr, "bltz 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1392 Format(instr, "bltzal 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1395 Format(instr, "bgez 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1399 Format(instr, "bal 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1401 Format(instr, "bgezal 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1405 Format(instr, "bgezall 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1413 Format(instr, "beq 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1416 Format(instr, "bc 'imm26s -> 'imm26p4s2"); in DecodeTypeImmediate()
1419 Format(instr, "balc 'imm26s -> 'imm26p4s2"); in DecodeTypeImmediate()
1422 Format(instr, "bne 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1426 Format(instr, "blez 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1429 Format(instr, "bgeuc 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1432 Format(instr, "bgezalc 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1434 Format(instr, "blezalc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1441 Format(instr, "bgtz 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1444 Format(instr, "bltuc 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1447 Format(instr, "bltzalc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1449 Format(instr, "bgtzalc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1456 Format(instr, "bgezc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1459 Format(instr, "bgec 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1461 Format(instr, "blezc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1468 Format(instr, "bltzc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1471 Format(instr, "bltc 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1473 Format(instr, "bgtzc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1480 Format(instr, "jic 'rt, 'imm16s"); in DecodeTypeImmediate()
1482 Format(instr, "beqzc 'rs, 'imm21s -> 'imm21p4s2"); in DecodeTypeImmediate()
1487 Format(instr, "jialc 'rt, 'imm16s"); in DecodeTypeImmediate()
1489 Format(instr, "bnezc 'rs, 'imm21s -> 'imm21p4s2"); in DecodeTypeImmediate()
1495 Format(instr, "addi 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1501 Format(instr, "bovc 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1504 Format(instr, "beqzalc 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1506 Format(instr, "beqc 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1517 Format(instr, "bnvc 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1520 Format(instr, "bnezalc 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1522 Format(instr, "bnec 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1528 Format(instr, "addiu 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1531 Format(instr, "slti 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1534 Format(instr, "sltiu 'rt, 'rs, 'imm16u"); in DecodeTypeImmediate()
1537 Format(instr, "andi 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1540 Format(instr, "ori 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1543 Format(instr, "xori 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1547 Format(instr, "lui 'rt, 'imm16x"); in DecodeTypeImmediate()
1550 Format(instr, "aui 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1552 Format(instr, "lui 'rt, 'imm16x"); in DecodeTypeImmediate()
1558 Format(instr, "lb 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1561 Format(instr, "lh 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1564 Format(instr, "lwl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1567 Format(instr, "lw 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1570 Format(instr, "lbu 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1573 Format(instr, "lhu 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1576 Format(instr, "lwr 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1579 Format(instr, "pref 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1582 Format(instr, "sb 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1585 Format(instr, "sh 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1588 Format(instr, "swl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1591 Format(instr, "sw 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1594 Format(instr, "swr 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1597 Format(instr, "lwc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1600 Format(instr, "ldc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1603 Format(instr, "swc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1606 Format(instr, "sdc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1614 Format(instr, "aluipc 'rs, 'imm16s"); in DecodeTypeImmediate()
1617 Format(instr, "auipc 'rs, 'imm16s"); in DecodeTypeImmediate()
1624 Format(instr, "lwpc 'rs, 'imm19s"); in DecodeTypeImmediate()
1627 Format(instr, "addiupc 'rs, 'imm19s"); in DecodeTypeImmediate()
1648 Format(instr, "j 'imm26x -> 'imm26j"); in DecodeTypeJump()
1651 Format(instr, "jal 'imm26x -> 'imm26j"); in DecodeTypeJump()
1680 Format(instr, "UNSUPPORTED"); in InstructionDecode()