Home | History | Annotate | Download | only in mips

Lines Matching refs:rd

230 // Print the integer value of the rd field, when it is not used as reg.
237 // Print the integer value of the rd field, when used as 'ext' size.
244 // Print the integer value of the rd field, when used as 'ins' size.
485 } else if (format[1] == 'd') { // 'rd: rd register.
1052 Format(instr, "jalr 'rs, 'rd");
1058 Format(instr, "sll 'rd, 'rt, 'sa");
1062 Format(instr, "srl 'rd, 'rt, 'sa");
1065 Format(instr, "rotr 'rd, 'rt, 'sa");
1072 Format(instr, "sra 'rd, 'rt, 'sa");
1075 Format(instr, "sllv 'rd, 'rt, 'rs");
1079 Format(instr, "srlv 'rd, 'rt, 'rs");
1082 Format(instr, "rotrv 'rd, 'rt, 'rs");
1089 Format(instr, "srav 'rd, 'rt, 'rs");
1092 Format(instr, "lsa 'rd, 'rt, 'rs, 'sa2");
1096 Format(instr, "mfhi 'rd");
1099 Format(instr, "clz 'rd, 'rs");
1102 Format(instr, "clo 'rd, 'rs");
1107 Format(instr, "mflo 'rd");
1114 rd, 'rs, 'rt");
1116 Format(instr, "muh 'rd, 'rs, 'rt");
1125 Format(instr, "mulu 'rd, 'rs, 'rt");
1127 Format(instr, "muhu 'rd, 'rs, 'rt");
1136 Format(instr, "div 'rd, 'rs, 'rt");
1138 Format(instr, "mod 'rd, 'rs, 'rt");
1147 Format(instr, "divu 'rd, 'rs, 'rt");
1149 Format(instr, "modu 'rd, 'rs, 'rt");
1154 Format(instr, "add 'rd, 'rs, 'rt");
1157 Format(instr, "addu 'rd, 'rs, 'rt");
1160 Format(instr, "sub 'rd, 'rs, 'rt");
1163 Format(instr, "subu 'rd, 'rs, 'rt");
1166 Format(instr, "and 'rd, 'rs, 'rt");
1170 Format(instr, "mov 'rd, 'rt");
1172 Format(instr, "mov 'rd, 'rs");
1174 Format(instr, "or 'rd, 'rs, 'rt");
1178 Format(instr, "xor 'rd, 'rs, 'rt");
1181 Format(instr, "nor 'rd, 'rs, 'rt");
1184 Format(instr, "slt 'rd, 'rs, 'rt");
1187 Format(instr, "sltu 'rd, 'rs, 'rt");
1214 Format(instr, "movz 'rd, 'rs, 'rt");
1217 Format(instr, "movn 'rd, 'rs, 'rt");
1221 Format(instr, "movt 'rd, 'rs, 'bc");
1223 Format(instr, "movf 'rd, 'rs, 'bc");
1227 Format(instr, "seleqz 'rd, 'rs, 'rt");
1230 Format(instr, "selnez 'rd, 'rs, 'rt");
1241 Format(instr, "mul 'rd, 'rs, 'rt");
1245 Format(instr, "clz 'rd, 'rs");
1277 Format(instr, "bitswap 'rd, 'rt");
1285 Format(instr, "seb 'rd, 'rt");
1293 Format(instr, "seh 'rd, 'rt");
1301 Format(instr, "wsbh 'rd, 'rt");
1312 Format(instr, "align 'rd, 'rs, 'rt, 'bp2");