• Home
  • Raw
  • Download

Lines Matching defs:ra

454       unsigned ra:5;  member
462 emit_x(struct ppc_function *p, uint op, uint vrs, uint ra, uint rb, uint op2, in emit_x()
485 unsigned ra:5; member
491 emit_d(struct ppc_function *p, uint op, uint rt, uint ra, int si, in emit_d()
550 unsigned ra:5; member
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, in emit_xo()
864 ppc_addi(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_addi()
871 ppc_addis(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_addis()
878 ppc_add(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_add()
885 ppc_and(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_and()
892 ppc_andi(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_andi()
900 ppc_or(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_or()
907 ppc_ori(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_ori()
915 ppc_xor(struct ppc_function *p, uint rt, uint ra, uint rb) in ppc_xor()
922 ppc_xori(struct ppc_function *p, uint rt, uint ra, int imm) in ppc_xori()
930 ppc_mr(struct ppc_function *p, uint rt, uint ra) in ppc_mr()
975 ppc_stwu(struct ppc_function *p, uint rs, uint ra, int d) in ppc_stwu()
982 ppc_stw(struct ppc_function *p, uint rs, uint ra, int d) in ppc_stw()
989 ppc_lwz(struct ppc_function *p, uint rt, uint ra, int d) in ppc_lwz()
1023 ppc_stfs(struct ppc_function *p, uint frs, uint ra, int offset) in ppc_stfs()
1030 ppc_stfiwx(struct ppc_function *p, uint frs, uint ra, uint rb) in ppc_stfiwx()
1037 ppc_lfs(struct ppc_function *p, uint frt, uint ra, int offset) in ppc_lfs()