• Home
  • Raw
  • Download

Lines Matching refs:Src0

409                                       Variable *Src0) {  in create()  argument
411 InstMIPS32TwoAddrFPR(Func, Dest, Src0); in create()
436 InstMIPS32TwoAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrFPR() argument
438 addSource(Src0); in InstMIPS32TwoAddrFPR()
453 Variable *Src0) { in create() argument
455 InstMIPS32TwoAddrGPR(Func, Dest, Src0); in create()
480 InstMIPS32TwoAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrGPR() argument
482 addSource(Src0); in InstMIPS32TwoAddrGPR()
500 Variable *Src0, Variable *Src1) { in create() argument
502 InstMIPS32ThreeAddrFPR(Func, Dest, Src0, Src1); in create()
527 InstMIPS32ThreeAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrFPR() argument
530 addSource(Src0); in InstMIPS32ThreeAddrFPR()
549 Variable *Src0, Variable *Src1) { in create() argument
551 InstMIPS32ThreeAddrGPR(Func, Dest, Src0, Src1); in create()
576 InstMIPS32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrGPR() argument
579 addSource(Src0); in InstMIPS32ThreeAddrGPR()
820 CfgNode *TargetFalse, Operand *Src0, in create() argument
824 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, NoLabel, Cond); in create()
828 CfgNode *TargetFalse, Operand *Src0, in create() argument
832 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, NoLabel, Cond); in create()
836 CfgNode *TargetFalse, Operand *Src0, in create() argument
840 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, Label, Cond); in create()
862 Operand *Src0, const InstMIPS32Label *Label,
866 Operand *Src0, Operand *Src1, const InstMIPS32Label *Label,
903 static InstMIPS32FPCmp *create(Cfg *Func, Variable *Src0, Variable *Src1) { in create() argument
905 InstMIPS32FPCmp(Func, Src0, Src1); in create()
937 InstMIPS32FPCmp(Cfg *Func, Variable *Src0, Variable *Src1) in InstMIPS32FPCmp() argument
939 addSource(Src0); in InstMIPS32FPCmp()
988 static InstMIPS32Trap *create(Cfg *Func, Operand *Src0, Operand *Src1, in create() argument
991 InstMIPS32Trap(Func, Src0, Src1, Tcode); in create()
1025 InstMIPS32Trap(Cfg *Func, Operand *Src0, Operand *Src1, const uint32_t Tcode) in InstMIPS32Trap() argument
1027 addSource(Src0); in InstMIPS32Trap()
1054 static InstMIPS32Imm16 *create(Cfg *Func, Variable *Dest, Operand *Src0, in create() argument
1057 InstMIPS32Imm16(Func, Dest, Src0, Src1, Reloc); in create()
1129 InstMIPS32Imm16(Cfg *Func, Variable *Dest, Operand *Src0, Operand *Src1,
1132 addSource(Src0);