Lines Matching defs:operation

234 // daddiu(sp, sp, 8) aka Pop() operation or part of Pop(r)
239 // daddiu(sp, sp, -8) part of Push(r) operation as pre-decrement of sp.
1189 void Assembler::GenInstrMsaI8(SecondaryField operation, uint32_t imm8,
1193 Instr instr = MSA | operation | ((imm8 & kImm8Mask) << kWtShift) |
1198 void Assembler::GenInstrMsaI5(SecondaryField operation, SecondaryField df,
1202 DCHECK((operation == MAXI_S) || (operation == MINI_S) ||
1203 (operation == CEQI) || (operation == CLTI_S) ||
1204 (operation == CLEI_S)
1207 Instr instr = MSA | operation | df | ((imm5 & kImm5Mask) << kWtShift) |
1212 void Assembler::GenInstrMsaBit(SecondaryField operation, SecondaryField df,
1216 Instr instr = MSA | operation | df | (m << kWtShift) |
1221 void Assembler::GenInstrMsaI10(SecondaryField operation, SecondaryField df,
1225 Instr instr = MSA | operation | df | ((imm10 & kImm10Mask) << kWsShift) |
1231 void Assembler::GenInstrMsa3R(SecondaryField operation, SecondaryField df,
1235 Instr instr = MSA | operation | df | (t.code() << kWtShift) |
1241 void Assembler::GenInstrMsaElm(SecondaryField operation, SecondaryField df,
1245 Instr instr = MSA | operation | df | (n << kWtShift) |
1251 void Assembler::GenInstrMsa3RF(SecondaryField operation, uint32_t df,
1256 Instr instr = MSA | operation | (df << 21) | (wt.code() << kWtShift) |
1261 void Assembler::GenInstrMsaVec(SecondaryField operation, MSARegister wt,
1265 Instr instr = MSA | operation | (wt.code() << kWtShift) |
1271 void Assembler::GenInstrMsaMI10(SecondaryField operation, int32_t s10,
1275 Instr instr = MSA | operation | ((s10 & kImm10Mask) << kWtShift) |
1280 void Assembler::GenInstrMsa2R(SecondaryField operation, SecondaryField df,
1284 Instr instr = MSA | MSA_2R_FORMAT | operation | df | (ws.code() << kWsShift) |
1289 void Assembler::GenInstrMsa2RF(SecondaryField operation, SecondaryField df,
1293 Instr instr = MSA | MSA_2RF_FORMAT | operation | df |
1299 void Assembler::GenInstrMsaBranch(SecondaryField operation, MSARegister wt,
1305 COP1 | operation | (wt.code() << kWtShift) | (offset16 & kImm16Mask);
3895 // the bind operation to make sure function 'bind' can get this