Home | History | Annotate | Download | only in hppa

Lines Matching refs:addr_reg

904           r1 = addr_reg >> TARGET_PAGE_BITS;
954 int addr_reg, int addend_reg, int opc)
964 tcg_out_ldst_index(s, datalo_reg, addr_reg, addend_reg, INSN_LDBX);
967 tcg_out_ldst_index(s, datalo_reg, addr_reg, addend_reg, INSN_LDBX);
971 tcg_out_ldst_index(s, datalo_reg, addr_reg, addend_reg, INSN_LDHX);
977 tcg_out_ldst_index(s, datalo_reg, addr_reg, addend_reg, INSN_LDHX);
985 tcg_out_ldst_index(s, datalo_reg, addr_reg, addend_reg, INSN_LDWX);
999 tcg_out_arith(s, TCG_REG_R20, addr_reg, addend_reg, INSN_ADD);
1000 addr_reg = TCG_REG_R20;
1003 if (datahi_reg == addr_reg) {
1004 tcg_out_ldst(s, datalo_reg, addr_reg, 4, INSN_LDW);
1005 tcg_out_ldst(s, datahi_reg, addr_reg, 0, INSN_LDW);
1007 tcg_out_ldst(s, datahi_reg, addr_reg, 0, INSN_LDW);
1008 tcg_out_ldst(s, datalo_reg, addr_reg, 4, INSN_LDW);
1093 int addr_reg, int opc)
1103 tcg_out_ldst(s, datalo_reg, addr_reg, 0, INSN_STB);
1110 tcg_out_ldst(s, datalo_reg, addr_reg, 0, INSN_STH);
1117 tcg_out_ldst(s, datalo_reg, addr_reg, 0, INSN_STW);
1126 tcg_out_ldst(s, datahi_reg, addr_reg, 0, INSN_STW);
1127 tcg_out_ldst(s, datalo_reg, addr_reg, 4, INSN_STW);