Searched defs:in1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-internal.h | 17 #define SUM_OVERFLOW_U64(in1, in2) ((in1) > UINT64_MAX - (in2)) argument 18 #define SUM_SATURATE_U64(in1, in2) \ argument
|
/openbmc/qemu/crypto/ |
H A D | afsplit.c | 32 const uint8_t *in1, in qcrypto_afsplit_xor()
|
/openbmc/u-boot/board/freescale/ls1012ardb/ |
H A D | ls1012ardb.c | 34 u8 in1; in checkboard() local
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 915 TCGv_i64 res, TCGv_i64 in1, in do_sub_cond() 1091 TCGv_i64 in1, TCGv_i64 in2, in do_add_sv() 1132 TCGv_i64 in1, int shift, bool d) in do_add_uv() 1146 TCGv_i64 in1, TCGv_i64 in2) in do_sub_sv() 1192 TCGv_i64 dest, cb, cb_msb, in1, uv, sv, tmp; in do_add() local 1295 static void do_sub(DisasContext *ctx, unsigned rt, TCGv_i64 in1, in do_sub() 1382 static void do_cmpclr(DisasContext *ctx, unsigned rt, TCGv_i64 in1, in do_cmpclr() 1408 static void do_log(DisasContext *ctx, unsigned rt, TCGv_i64 in1, in do_log() argument 1436 static void do_unit_addsub(DisasContext *ctx, unsigned rt, TCGv_i64 in1, in do_unit_addsub() 2982 TCGv_i64 dest, add1, add2, addc, in1, in2; in trans_ds() local [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 1838 TCGv_i64 in1 = tcg_temp_ebb_new_i64(); in tcg_gen_gvec_dup_mem() local 1867 TCGv_vec in1 = tcg_temp_new_vec(TCG_TYPE_V128); in tcg_gen_gvec_dup_mem() local
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1007 TCGv_i64 out, out2, in1, in2; member
|