Lines Matching defs:Dest
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()
178 void _andi(Variable *Dest, Variable *Src, uint32_t Imm) { in _andi()
210 void _abs_d(Variable *Dest, Variable *Src) { in _abs_d()
214 void _abs_s(Variable *Dest, Variable *Src) { in _abs_s()
218 void _addi(Variable *Dest, Variable *Src, uint32_t Imm) { in _addi()
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()
230 void _addiu(Variable *Dest, Variable *Src, uint32_t Imm) { in _addiu()
234 void _addiu(Variable *Dest, Variable *Src0, Operand *Src1, RelocOp Reloc) { in _addiu()
294 void _clz(Variable *Dest, Variable *Src) { in _clz()
298 void _cvt_d_l(Variable *Dest, Variable *Src) { in _cvt_d_l()
302 void _cvt_d_s(Variable *Dest, Variable *Src) { in _cvt_d_s()
306 void _cvt_d_w(Variable *Dest, Variable *Src) { in _cvt_d_w()
310 void _cvt_s_d(Variable *Dest, Variable *Src) { in _cvt_s_d()
314 void _cvt_s_l(Variable *Dest, Variable *Src) { in _cvt_s_l()
318 void _cvt_s_w(Variable *Dest, Variable *Src) { in _cvt_s_w()
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()
358 void _mfc1(Variable *Dest, Variable *Src) { in _mfc1()
362 void _mfhi(Variable *Dest, Operand *Src) { in _mfhi()
366 void _mflo(Variable *Dest, Operand *Src) { in _mflo()
401 void _mov_fp64_to_i64(Variable *Dest, Operand *Src, Int64Part Int64HiLo) { in _mov_fp64_to_i64()
406 void _mov_d(Variable *Dest, Variable *Src) { in _mov_d()
410 void _mov_s(Variable *Dest, Variable *Src) { in _mov_s()
414 void _movf(Variable *Dest, Variable *Src0, Operand *FCC) { in _movf()
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()
430 void _movt(Variable *Dest, Variable *Src0, Operand *FCC) { in _movt()
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()
446 void _mtc1(Variable *Dest, Variable *Src) { in _mtc1()
450 void _mthi(Variable *Dest, Operand *Src) { in _mthi()
454 void _mtlo(Variable *Dest, Operand *Src) { in _mtlo()
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()
484 void _not(Variable *Dest, Variable *Src0) { in _not()
488 void _or(Variable *Dest, Variable *Src0, Variable *Src1) { in _or()
492 void _ori(Variable *Dest, Variable *Src, uint32_t Imm) { in _ori()
504 void _sll(Variable *Dest, Variable *Src, uint32_t Imm) { in _sll()
508 void _sllv(Variable *Dest, Variable *Src0, Variable *Src1) { in _sllv()
512 void _slt(Variable *Dest, Variable *Src0, Variable *Src1) { in _slt()
516 void _slti(Variable *Dest, Variable *Src, uint32_t Imm) { in _slti()
520 void _sltiu(Variable *Dest, Variable *Src, uint32_t Imm) { in _sltiu()
524 void _sltu(Variable *Dest, Variable *Src0, Variable *Src1) { in _sltu()
528 void _sqrt_d(Variable *Dest, Variable *Src) { in _sqrt_d()
532 void _sqrt_s(Variable *Dest, Variable *Src) { in _sqrt_s()
536 void _sra(Variable *Dest, Variable *Src, uint32_t Imm) { in _sra()
540 void _srav(Variable *Dest, Variable *Src0, Variable *Src1) { in _srav()
544 void _srl(Variable *Dest, Variable *Src, uint32_t Imm) { in _srl()
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()
582 void _trunc_l_d(Variable *Dest, Variable *Src) { in _trunc_l_d()
586 void _trunc_l_s(Variable *Dest, Variable *Src) { in _trunc_l_s()
590 void _trunc_w_d(Variable *Dest, Variable *Src) { in _trunc_w_d()
594 void _trunc_w_s(Variable *Dest, Variable *Src) { in _trunc_w_s()
598 void _xor(Variable *Dest, Variable *Src0, Variable *Src1) { in _xor()
602 void _xori(Variable *Dest, Variable *Src, uint32_t Imm) { in _xori()