Home
last modified time | relevance | path

Searched defs:ah (Results 1 – 7 of 7) sorted by relevance

/qemu/target/i386/tcg/
H A Dint_helper.c149 int ah; in helper_aam() local
159 int al, ah; in helper_aad() local
170 int al, ah, af; in helper_aaa() local
195 int al, ah, af; in helper_aas() local
/qemu/target/alpha/
H A Dint_helper.c65 uint64_t al, ah, bl, bh, cl, ch; in helper_cmpbge() local
/qemu/tcg/
H A Dtcg-op.c1052 void tcg_gen_extract2_i32(TCGv_i32 ret, TCGv_i32 al, TCGv_i32 ah, in tcg_gen_extract2_i32()
1085 TCGv_i32 ah, TCGv_i32 bl, TCGv_i32 bh) in tcg_gen_add2_i32()
1134 TCGv_i32 ah, TCGv_i32 bl, TCGv_i32 bh) in tcg_gen_sub2_i32()
2793 void tcg_gen_extract2_i64(TCGv_i64 ret, TCGv_i64 al, TCGv_i64 ah, in tcg_gen_extract2_i64()
2840 TCGv_i64 ah, TCGv_i64 bl, TCGv_i64 bh) in tcg_gen_add2_i64()
2943 TCGv_i64 ah, TCGv_i64 bl, TCGv_i64 bh) in tcg_gen_sub2_i64()
H A Dtcg-op-vec.c239 TCGArg ah = tcgv_i32_arg(TCGV_HIGH(a)); in tcg_gen_dup_i64_vec() local
H A Doptimize.c835 TCGArg al, ah, bl, bh; in do_constant_folding_cond2() local
/qemu/target/arm/tcg/
H A Dvfp_helper.c75 static inline uint32_t vfp_exceptbits_from_host(int host_bits, bool ah) in vfp_exceptbits_from_host()
/qemu/tests/tcg/i386/
H A Dtest-i386.c1655 int int_num, ah, v; in test_vm86() local