Home
last modified time | relevance | path

Searched refs:tcg_gen_orc_tl (Results 1 – 7 of 7) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h235 #define tcg_gen_orc_tl tcg_gen_orc_i64 macro
353 #define tcg_gen_orc_tl tcg_gen_orc_i32
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc272 TRANS(orn, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_orc_tl)
/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc106 return gen_logic(ctx, a, tcg_gen_orc_tl);
/qemu/target/ppc/translate/
H A Dspe-impl.c.inc77 GEN_SPEOP_LOGIC2(evorc, tcg_gen_orc_tl);
H A Dfixedpoint-impl.c.inc1236 TRANS(ORC, do_logical2, tcg_gen_orc_tl);
/qemu/target/tricore/
H A Dtranslate.c4077 pos1, pos2, &tcg_gen_orc_tl); in decode_bit_logical_t2()
4118 pos1, pos2, &tcg_gen_or_tl, &tcg_gen_orc_tl); in decode_bit_orand()
4196 pos1, pos2, &tcg_gen_orc_tl); in decode_bit_sh_logic2()
5966 tcg_gen_orc_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_rr_logical_shift()
/qemu/target/sparc/
H A Dtranslate.c3706 TRANS(ORN, ALL, do_logic, a, tcg_gen_orc_tl, NULL) in TRANS()