Searched defs:in2 (Results 1 – 5 of 5) sorted by relevance
/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
|
/qemu/crypto/ |
H A D | afsplit.c | 33 const uint8_t *in2, in qcrypto_afsplit_xor()
|
H A D | akcipher.c | 78 const void *in2, size_t in2_len, Error **errp) in qcrypto_akcipher_verify()
|
/qemu/target/hppa/ |
H A D | translate.c | 916 TCGv_i64 in2, TCGv_i64 sv) in do_sub_cond() 1091 TCGv_i64 in1, TCGv_i64 in2, in do_add_sv() 1146 TCGv_i64 in1, TCGv_i64 in2) in do_sub_sv() 1189 TCGv_i64 in2, unsigned shift, bool is_l, in do_add() 1296 TCGv_i64 in2, bool is_tsv, bool is_b, in do_sub() 1383 TCGv_i64 in2, unsigned cf, bool d) in do_cmpclr() 1409 TCGv_i64 in2, unsigned cf, bool d, in do_log() 1437 TCGv_i64 in2, unsigned cf, bool d, in do_unit_addsub() 2982 TCGv_i64 dest, add1, add2, addc, in1, in2; in trans_ds() local 3487 TCGv_i64 dest, in2, sv; in do_cmpb() local [all …]
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 1007 TCGv_i64 out, out2, in1, in2; member
|