• Home
  • Raw
  • Download

Lines Matching defs:Src1

166   void _add(Variable *Dest, Variable *Src0, Variable *Src1) {  in _add()
170 void _addu(Variable *Dest, Variable *Src0, Variable *Src1) { in _addu()
174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and()
189 Operand *Src1, CondMIPS32::Cond Condition) { in _br()
200 Operand *Src1, const InstMIPS32Label *Label, in _br()
222 void _add_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _add_d()
226 void _add_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _add_s()
234 void _addiu(Variable *Dest, Variable *Src0, Operand *Src1, RelocOp Reloc) { in _addiu()
238 void _c_eq_d(Variable *Src0, Variable *Src1) { in _c_eq_d()
242 void _c_eq_s(Variable *Src0, Variable *Src1) { in _c_eq_s()
246 void _c_ole_d(Variable *Src0, Variable *Src1) { in _c_ole_d()
250 void _c_ole_s(Variable *Src0, Variable *Src1) { in _c_ole_s()
254 void _c_olt_d(Variable *Src0, Variable *Src1) { in _c_olt_d()
258 void _c_olt_s(Variable *Src0, Variable *Src1) { in _c_olt_s()
262 void _c_ueq_d(Variable *Src0, Variable *Src1) { in _c_ueq_d()
266 void _c_ueq_s(Variable *Src0, Variable *Src1) { in _c_ueq_s()
270 void _c_ule_d(Variable *Src0, Variable *Src1) { in _c_ule_d()
274 void _c_ule_s(Variable *Src0, Variable *Src1) { in _c_ule_s()
278 void _c_ult_d(Variable *Src0, Variable *Src1) { in _c_ult_d()
282 void _c_ult_s(Variable *Src0, Variable *Src1) { in _c_ult_s()
286 void _c_un_d(Variable *Src0, Variable *Src1) { in _c_un_d()
290 void _c_un_s(Variable *Src0, Variable *Src1) { in _c_un_s()
322 void _div(Variable *Dest, Variable *Src0, Variable *Src1) { in _div()
326 void _div_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _div_d()
330 void _div_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _div_s()
334 void _divu(Variable *Dest, Variable *Src0, Variable *Src1) { in _divu()
418 void _movn(Variable *Dest, Variable *Src0, Variable *Src1) { in _movn()
422 void _movn_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _movn_d()
426 void _movn_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _movn_s()
434 void _movz(Variable *Dest, Variable *Src0, Variable *Src1) { in _movz()
438 void _movz_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _movz_d()
442 void _movz_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _movz_s()
458 void _mul(Variable *Dest, Variable *Src0, Variable *Src1) { in _mul()
462 void _mul_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _mul_d()
466 void _mul_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _mul_s()
470 void _mult(Variable *Dest, Variable *Src0, Variable *Src1) { in _mult()
474 void _multu(Variable *Dest, Variable *Src0, Variable *Src1) { in _multu()
480 void _nor(Variable *Dest, Variable *Src0, Variable *Src1) { in _nor()
488 void _or(Variable *Dest, Variable *Src0, Variable *Src1) { in _or()
508 void _sllv(Variable *Dest, Variable *Src0, Variable *Src1) { in _sllv()
512 void _slt(Variable *Dest, Variable *Src0, Variable *Src1) { in _slt()
524 void _sltu(Variable *Dest, Variable *Src0, Variable *Src1) { in _sltu()
540 void _srav(Variable *Dest, Variable *Src0, Variable *Src1) { in _srav()
548 void _srlv(Variable *Dest, Variable *Src0, Variable *Src1) { in _srlv()
552 void _sub(Variable *Dest, Variable *Src0, Variable *Src1) { in _sub()
556 void _sub_d(Variable *Dest, Variable *Src0, Variable *Src1) { in _sub_d()
560 void _sub_s(Variable *Dest, Variable *Src0, Variable *Src1) { in _sub_s()
564 void _subu(Variable *Dest, Variable *Src0, Variable *Src1) { in _subu()
578 void _teq(Variable *Src0, Variable *Src1, uint32_t TrapCode) { in _teq()
598 void _xor(Variable *Dest, Variable *Src0, Variable *Src1) { in _xor()