Lines Matching refs:Format
112 void Format(Instruction* instr, const char* format);
779 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
796 Format(instr, "unknown"); in Unknown()
804 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
816 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
825 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
828 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
831 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
834 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
837 Format(instr, "movz.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
840 Format(instr, "movn.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
844 Format(instr, "movt.'t 'fd, 'fs, 'Cc"); in DecodeTypeRegisterRsType()
846 Format(instr, "movf.'t 'fd, 'fs, 'Cc"); in DecodeTypeRegisterRsType()
850 Format(instr, "min.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
853 Format(instr, "max.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
856 Format(instr, "mina.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
859 Format(instr, "maxa.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
862 Format(instr, "add.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
865 Format(instr, "sub.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
868 Format(instr, "mul.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
871 Format(instr, "div.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
874 Format(instr, "abs.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
877 Format(instr, "mov.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
880 Format(instr, "neg.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
883 Format(instr, "sqrt.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
886 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
889 Format(instr, "rsqrt.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
892 Format(instr, "cvt.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
895 Format(instr, "cvt.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
898 Format(instr, "trunc.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
901 Format(instr, "trunc.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
904 Format(instr, "round.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
907 Format(instr, "round.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
910 Format(instr, "floor.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
913 Format(instr, "floor.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
916 Format(instr, "ceil.w.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
919 Format(instr, "ceil.l.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
922 Format(instr, "class.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
925 Format(instr, "cvt.s.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
928 Format(instr, "c.f.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
931 Format(instr, "c.un.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
934 Format(instr, "c.eq.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
937 Format(instr, "c.ueq.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
940 Format(instr, "c.olt.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
943 Format(instr, "c.ult.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
946 Format(instr, "c.ole.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
949 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
962 Format(instr, "cvt.d.'t 'fd, 'fs"); in DecodeTypeRegisterSRsType()
965 Format(instr, "unknown.cop1.'t"); in DecodeTypeRegisterSRsType()
974 Format(instr, "unknown.cop1.'t"); in DecodeTypeRegisterDRsType()
982 Format(instr, "cvt.d.l 'fd, 'fs"); in DecodeTypeRegisterLRsType()
985 Format(instr, "cvt.s.l 'fd, 'fs"); in DecodeTypeRegisterLRsType()
988 Format(instr, "cmp.af.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
991 Format(instr, "cmp.un.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
994 Format(instr, "cmp.eq.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
997 Format(instr, "cmp.ueq.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1000 Format(instr, "cmp.lt.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1003 Format(instr, "cmp.ult.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1006 Format(instr, "cmp.le.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1009 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1012 Format(instr, "cmp.or.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1015 Format(instr, "cmp.une.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1018 Format(instr, "cmp.ne.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1029 Format(instr, "cvt.s.w 'fd, 'fs"); in DecodeTypeRegisterWRsType()
1032 Format(instr, "cvt.d.w 'fd, 'fs"); in DecodeTypeRegisterWRsType()
1035 Format(instr, "cmp.af.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1038 Format(instr, "cmp.un.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1041 Format(instr, "cmp.eq.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1044 Format(instr, "cmp.ueq.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1047 Format(instr, "cmp.lt.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1050 Format(instr, "cmp.ult.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1053 Format(instr, "cmp.le.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1056 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1059 Format(instr, "cmp.or.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1062 Format(instr, "cmp.une.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1065 Format(instr, "cmp.ne.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
1076 Format(instr, "mfc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1079 Format(instr, "dmfc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1082 Format(instr, "mfhc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1085 Format(instr, "mtc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1088 Format(instr, "dmtc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1092 Format(instr, "ctc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1095 Format(instr, "cfc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1098 Format(instr, "mthc1 'rt, 'fs"); in DecodeTypeRegisterCOP1()
1121 Format(instr, "madd.d 'fd, 'fr, 'fs, 'ft"); in DecodeTypeRegisterCOP1X()
1132 Format(instr, "jr 'rs"); in DecodeTypeRegisterSPECIAL()
1135 Format(instr, "jalr 'rs, 'rd"); in DecodeTypeRegisterSPECIAL()
1139 Format(instr, "nop"); in DecodeTypeRegisterSPECIAL()
1141 Format(instr, "sll 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1144 Format(instr, "dsll 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1148 Format(instr, "dmult 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1151 Format(instr, "dmul 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1153 Format(instr, "dmuh 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1158 Format(instr, "dsll32 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1162 Format(instr, "srl 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1164 Format(instr, "rotr 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1169 Format(instr, "dsrl 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1171 Format(instr, "drotr 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1176 Format(instr, "dsrl32 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1178 Format(instr, "drotr32 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1182 Format(instr, "sra 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1185 Format(instr, "dsra 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1188 Format(instr, "dsra32 'rd, 'rt, 'sa"); in DecodeTypeRegisterSPECIAL()
1191 Format(instr, "sllv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1194 Format(instr, "dsllv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1198 Format(instr, "srlv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1200 Format(instr, "rotrv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1205 Format(instr, "dsrlv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1207 Format(instr, "drotrv 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1211 Format(instr, "srav 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1214 Format(instr, "dsrav 'rd, 'rt, 'rs"); in DecodeTypeRegisterSPECIAL()
1217 Format(instr, "lsa 'rd, 'rt, 'rs, 'sa2"); in DecodeTypeRegisterSPECIAL()
1220 Format(instr, "dlsa 'rd, 'rt, 'rs, 'sa2"); in DecodeTypeRegisterSPECIAL()
1224 Format(instr, "mfhi 'rd"); in DecodeTypeRegisterSPECIAL()
1227 Format(instr, "clz 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1230 Format(instr, "clo 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1236 Format(instr, "mflo 'rd"); in DecodeTypeRegisterSPECIAL()
1239 Format(instr, "dclz 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1242 Format(instr, "dclo 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1248 Format(instr, "dmultu 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1251 Format(instr, "dmulu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1253 Format(instr, "dmuhu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1259 Format(instr, "mult 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1262 Format(instr, "mul 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1264 Format(instr, "muh 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1270 Format(instr, "multu 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1273 Format(instr, "mulu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1275 Format(instr, "muhu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1282 Format(instr, "div 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1285 Format(instr, "div 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1287 Format(instr, "mod 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1293 Format(instr, "ddiv 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1296 Format(instr, "ddiv 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1298 Format(instr, "dmod 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1304 Format(instr, "divu 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1307 Format(instr, "divu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1309 Format(instr, "modu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1315 Format(instr, "ddivu 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1318 Format(instr, "ddivu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1320 Format(instr, "dmodu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1325 Format(instr, "add 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1328 Format(instr, "dadd 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1331 Format(instr, "addu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1334 Format(instr, "daddu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1337 Format(instr, "sub 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1340 Format(instr, "dsub 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1343 Format(instr, "subu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1346 Format(instr, "dsubu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1349 Format(instr, "and 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1353 Format(instr, "mov 'rd, 'rt"); in DecodeTypeRegisterSPECIAL()
1355 Format(instr, "mov 'rd, 'rs"); in DecodeTypeRegisterSPECIAL()
1357 Format(instr, "or 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1361 Format(instr, "xor 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1364 Format(instr, "nor 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1367 Format(instr, "slt 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1370 Format(instr, "sltu 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1373 Format(instr, "tge 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1376 Format(instr, "tgeu 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1379 Format(instr, "tlt 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1382 Format(instr, "tltu 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1385 Format(instr, "teq 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1388 Format(instr, "tne 'rs, 'rt, code: 'code"); in DecodeTypeRegisterSPECIAL()
1391 Format(instr, "sync"); in DecodeTypeRegisterSPECIAL()
1394 Format(instr, "movz 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1397 Format(instr, "movn 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1401 Format(instr, "movt 'rd, 'rs, 'bc"); in DecodeTypeRegisterSPECIAL()
1403 Format(instr, "movf 'rd, 'rs, 'bc"); in DecodeTypeRegisterSPECIAL()
1407 Format(instr, "seleqz 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1410 Format(instr, "selnez 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL()
1421 Format(instr, "mul 'rd, 'rs, 'rt"); in DecodeTypeRegisterSPECIAL2()
1425 Format(instr, "clz 'rd, 'rs"); in DecodeTypeRegisterSPECIAL2()
1430 Format(instr, "dclz 'rd, 'rs"); in DecodeTypeRegisterSPECIAL2()
1442 Format(instr, "ins 'rt, 'rs, 'sa, 'ss2"); in DecodeTypeRegisterSPECIAL3()
1446 Format(instr, "ext 'rt, 'rs, 'sa, 'ss1"); in DecodeTypeRegisterSPECIAL3()
1450 Format(instr, "dext 'rt, 'rs, 'sa, 'ss1"); in DecodeTypeRegisterSPECIAL3()
1457 Format(instr, "bitswap 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1461 Format(instr, "seb 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1465 Format(instr, "seh 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1469 Format(instr, "wsbh 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1476 Format(instr, "align 'rd, 'rs, 'rt, 'bp2"); in DecodeTypeRegisterSPECIAL3()
1494 Format(instr, "dbitswap 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1503 Format(instr, "dsbh 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1507 Format(instr, "dshd 'rd, 'rt"); in DecodeTypeRegisterSPECIAL3()
1514 Format(instr, "dalign 'rd, 'rs, 'rt, 'bp3"); in DecodeTypeRegisterSPECIAL3()
1566 Format(instr, "bc1t 'bc, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateCOP1()
1568 Format(instr, "bc1f 'bc, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateCOP1()
1572 Format(instr, "bc1eqz 'ft, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateCOP1()
1575 Format(instr, "bc1nez 'ft, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateCOP1()
1586 Format(instr, "bltz 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
1589 Format(instr, "bltzal 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
1592 Format(instr, "bgez 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
1596 Format(instr, "bal 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
1598 Format(instr, "bgezal 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
1602 Format(instr, "bgezall 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediateREGIMM()
1605 Format(instr, "dahi 'rs, 'imm16x"); in DecodeTypeImmediateREGIMM()
1608 Format(instr, "dati 'rs, 'imm16x"); in DecodeTypeImmediateREGIMM()
1627 Format(instr, "beq 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1630 Format(instr, "bc 'imm26s -> 'imm26p4s2"); in DecodeTypeImmediate()
1633 Format(instr, "balc 'imm26s -> 'imm26p4s2"); in DecodeTypeImmediate()
1636 Format(instr, "bne 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1640 Format(instr, "blez 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1643 Format(instr, "bgeuc 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1646 Format(instr, "bgezalc 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1648 Format(instr, "blezalc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1655 Format(instr, "bgtz 'rs, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1658 Format(instr, "bltuc 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1661 Format(instr, "bltzalc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1663 Format(instr, "bgtzalc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1670 Format(instr, "bgezc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1673 Format(instr, "bgec 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1675 Format(instr, "blezc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1682 Format(instr, "bltzc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1685 Format(instr, "bltc 'rs, 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1687 Format(instr, "bgtzc 'rt, 'imm16u -> 'imm16p4s2"); in DecodeTypeImmediate()
1694 Format(instr, "jic 'rt, 'imm16s"); in DecodeTypeImmediate()
1696 Format(instr, "beqzc 'rs, 'imm21s -> 'imm21p4s2"); in DecodeTypeImmediate()
1701 Format(instr, "jialc 'rt, 'imm16s"); in DecodeTypeImmediate()
1703 Format(instr, "bnezc 'rs, 'imm21s -> 'imm21p4s2"); in DecodeTypeImmediate()
1709 Format(instr, "addi 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1715 Format(instr, "bovc 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1719 Format(instr, "beqzalc 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1721 Format(instr, "beqc 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1728 Format(instr, "daddi 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1734 Format(instr, "bnvc 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1738 Format(instr, "bnezalc 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1740 Format(instr, "bnec 'rs, 'rt, 'imm16s -> 'imm16p4s2"); in DecodeTypeImmediate()
1746 Format(instr, "addiu 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1749 Format(instr, "daddiu 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1752 Format(instr, "slti 'rt, 'rs, 'imm16s"); in DecodeTypeImmediate()
1755 Format(instr, "sltiu 'rt, 'rs, 'imm16u"); in DecodeTypeImmediate()
1758 Format(instr, "andi 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1761 Format(instr, "ori 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1764 Format(instr, "xori 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1768 Format(instr, "lui 'rt, 'imm16x"); in DecodeTypeImmediate()
1771 Format(instr, "aui 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1773 Format(instr, "lui 'rt, 'imm16x"); in DecodeTypeImmediate()
1778 Format(instr, "daui 'rt, 'rs, 'imm16x"); in DecodeTypeImmediate()
1782 Format(instr, "lb 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1785 Format(instr, "lh 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1788 Format(instr, "lwl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1791 Format(instr, "ldl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1794 Format(instr, "lw 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1797 Format(instr, "lwu 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1800 Format(instr, "ld 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1803 Format(instr, "lbu 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1806 Format(instr, "lhu 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1809 Format(instr, "lwr 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1812 Format(instr, "ldr 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1815 Format(instr, "pref 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1818 Format(instr, "sb 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1821 Format(instr, "sh 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1824 Format(instr, "swl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1827 Format(instr, "sw 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1830 Format(instr, "sd 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1833 Format(instr, "swr 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
1836 Format(instr, "lwc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1839 Format(instr, "ldc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1842 Format(instr, "swc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1845 Format(instr, "sdc1 'ft, 'imm16s('rs)"); in DecodeTypeImmediate()
1853 Format(instr, "aluipc 'rs, 'imm16s"); in DecodeTypeImmediate()
1856 Format(instr, "auipc 'rs, 'imm16s"); in DecodeTypeImmediate()
1863 Format(instr, "ldpc 'rs, 'imm18s"); in DecodeTypeImmediate()
1870 Format(instr, "lwupc 'rs, 'imm19s"); in DecodeTypeImmediate()
1873 Format(instr, "lwpc 'rs, 'imm19s"); in DecodeTypeImmediate()
1876 Format(instr, "addiupc 'rs, 'imm19s"); in DecodeTypeImmediate()
1901 Format(instr, "j 'imm26x -> 'imm26j"); in DecodeTypeJump()
1904 Format(instr, "jal 'imm26x -> 'imm26j"); in DecodeTypeJump()
1935 Format(instr, "UNSUPPORTED"); in InstructionDecode()