Searched refs:inv1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1906 TCGv inv1 = tcg_temp_new(); in gen_op_arith_subf() local 1908 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf() 1914 tcg_gen_xor_tl(t1, arg2, inv1); /* add without carry */ in gen_op_arith_subf() 1915 tcg_gen_add_tl(t0, t0, inv1); in gen_op_arith_subf() 1922 TCGv zero, inv1 = tcg_temp_new(); in gen_op_arith_subf() local 1923 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf() 1926 tcg_gen_add2_tl(t0, cpu_ca, t0, cpu_ca, inv1, zero); in gen_op_arith_subf() 1927 gen_op_arith_compute_ca32(ctx, t0, inv1, arg2, cpu_ca32, 0); in gen_op_arith_subf()
|
/openbmc/linux/Documentation/bpf/ |
H A D | verifier.rst | 238 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
|