• Home
  • Raw
  • Download

Lines Matching defs:Src

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()
230 void _addiu(Variable *Dest, Variable *Src, uint32_t Imm) { 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()
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()
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()
492 void _ori(Variable *Dest, Variable *Src, uint32_t Imm) { in _ori()
504 void _sll(Variable *Dest, Variable *Src, uint32_t Imm) { in _sll()
516 void _slti(Variable *Dest, Variable *Src, uint32_t Imm) { in _slti()
520 void _sltiu(Variable *Dest, Variable *Src, uint32_t Imm) { in _sltiu()
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()
544 void _srl(Variable *Dest, Variable *Src, uint32_t Imm) { in _srl()
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()
602 void _xori(Variable *Dest, Variable *Src, uint32_t Imm) { in _xori()