Home | History | Annotate | Download | only in hppa

Lines Matching refs:opc

954                                    int addr_reg, int addend_reg, int opc)
962 switch (opc) {
1020 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc)
1024 int datahi_reg = (opc == 3 ? *args++ : TCG_REG_R0);
1038 opc & 3, lab1, offset);
1043 tcg_out_qemu_ld_direct(s, datalo_reg, datahi_reg, addrlo_reg, TCG_REG_R20, opc);
1057 tcg_out_call(s, qemu_ld_helpers[opc & 3]);
1059 switch (opc) {
1088 (GUEST_BASE ? TCG_GUEST_BASE_REG : TCG_REG_R0), opc);
1093 int addr_reg, int opc)
1101 switch (opc) {
1135 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc)
1139 int datahi_reg = (opc == 3 ? *args++ : TCG_REG_R0);
1153 opc, lab1, offset);
1162 tcg_out_qemu_st_direct(s, datalo_reg, datahi_reg, TCG_REG_R31, opc);
1175 switch(opc) {
1208 tcg_out_call(s, qemu_st_helpers[opc]);
1219 tcg_out_qemu_st_direct(s, datalo_reg, datahi_reg, addrlo_reg, opc);
1256 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
1259 switch (opc) {
1494 fprintf(stderr, "unknown opcode 0x%x\n", opc);