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