Home
last modified time | relevance | path

Searched refs:inv1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtranslate.c2125 TCGv inv1 = tcg_temp_new(); in gen_op_arith_subf() local
2127 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf()
2133 tcg_gen_xor_tl(t1, arg2, inv1); /* add without carry */ in gen_op_arith_subf()
2134 tcg_gen_add_tl(t0, t0, inv1); in gen_op_arith_subf()
2141 TCGv zero, inv1 = tcg_temp_new(); in gen_op_arith_subf() local
2142 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf()
2145 tcg_gen_add2_tl(t0, cpu_ca, t0, cpu_ca, inv1, zero); in gen_op_arith_subf()
2146 gen_op_arith_compute_ca32(ctx, t0, inv1, arg2, cpu_ca32, 0); in gen_op_arith_subf()
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst238 R0=inv1 R1=ctx R3=pkt(id=0,off=0,r=14) R4=pkt_end R5=pkt(id=0,off=14,r=14) R10=fp