Lines Matching defs:operation
260 // addiu(sp, sp, 4) aka Pop() operation or part of Pop(r)
265 // addiu(sp, sp, -4) part of Push(r) operation as pre-decrement of sp.
1260 void Assembler::GenInstrMsaI8(SecondaryField operation, uint32_t imm8,
1264 Instr instr = MSA | operation | ((imm8 & kImm8Mask) << kWtShift) |
1269 void Assembler::GenInstrMsaI5(SecondaryField operation, SecondaryField df,
1273 DCHECK((operation == MAXI_S) || (operation == MINI_S) ||
1274 (operation == CEQI) || (operation == CLTI_S) ||
1275 (operation == CLEI_S)
1278 Instr instr = MSA | operation | df | ((imm5 & kImm5Mask) << kWtShift) |
1283 void Assembler::GenInstrMsaBit(SecondaryField operation, SecondaryField df,
1287 Instr instr = MSA | operation | df | (m << kWtShift) |
1292 void Assembler::GenInstrMsaI10(SecondaryField operation, SecondaryField df,
1296 Instr instr = MSA | operation | df | ((imm10 & kImm10Mask) << kWsShift) |
1302 void Assembler::GenInstrMsa3R(SecondaryField operation, SecondaryField df,
1306 Instr instr = MSA | operation | df | (t.code() << kWtShift) |
1312 void Assembler::GenInstrMsaElm(SecondaryField operation, SecondaryField df,
1316 Instr instr = MSA | operation | df | (n << kWtShift) |
1322 void Assembler::GenInstrMsa3RF(SecondaryField operation, uint32_t df,
1327 Instr instr = MSA | operation | (df << 21) | (wt.code() << kWtShift) |
1332 void Assembler::GenInstrMsaVec(SecondaryField operation, MSARegister wt,
1336 Instr instr = MSA | operation | (wt.code() << kWtShift) |
1342 void Assembler::GenInstrMsaMI10(SecondaryField operation, int32_t s10,
1346 Instr instr = MSA | operation | ((s10 & kImm10Mask) << kWtShift) |
1351 void Assembler::GenInstrMsa2R(SecondaryField operation, SecondaryField df,
1355 Instr instr = MSA | MSA_2R_FORMAT | operation | df | (ws.code() << kWsShift) |
1360 void Assembler::GenInstrMsa2RF(SecondaryField operation, SecondaryField df,
1364 Instr instr = MSA | MSA_2RF_FORMAT | operation | df |
1370 void Assembler::GenInstrMsaBranch(SecondaryField operation, MSARegister wt,
1376 COP1 | operation | (wt.code() << kWtShift) | (offset16 & kImm16Mask);
3686 // the bind operation to make sure function 'bind' can get this