Home
last modified time | relevance | path

Searched refs:vh (Results 1 – 4 of 4) sorted by relevance

/qemu/target/riscv/
H A Dm128_helper.c27 target_ulong vl, target_ulong vh) in HELPER()
32 if (vl == 0 && vh == 0) { /* Handle special behavior on div by zero */ in HELPER()
36 q = int128_divu(int128_make128(ul, uh), int128_make128(vl, vh)); in HELPER()
47 target_ulong vl, target_ulong vh) in HELPER()
52 if (vl == 0 && vh == 0) { in HELPER()
56 r = int128_remu(int128_make128(ul, uh), int128_make128(vl, vh)); in HELPER()
67 target_ulong vl, target_ulong vh) in HELPER()
72 if (vl == 0 && vh == 0) { /* Div by zero check */ in HELPER()
76 vh == ~0x0 && vl == ~0x0) { in HELPER()
92 target_ulong vl, target_ulong vh) in HELPER()
[all …]
/qemu/host/include/aarch64/host/
H A Dstore-insert-al16.h.inc27 uint64_t tl, th, vl, vh, ml, mh;
32 vh = int128_gethi(val);
40 "orr %[h], %[h], %[vh]\n\t"
44 : [vl] "r"(vl), [vh] "r"(vh), [ml] "r"(ml), [mh] "r"(mh));
/qemu/tcg/
H A Dtcg-op-ldst.c90 static void gen_ldst(TCGOpcode opc, TCGTemp *vl, TCGTemp *vh, in gen_ldst() argument
94 if (vh) { in gen_ldst()
95 tcg_gen_op4(opc, temp_arg(vl), temp_arg(vh), temp_arg(addr), oi); in gen_ldst()
104 if (vh) { in gen_ldst()
105 tcg_gen_op5(opc, temp_arg(vl), temp_arg(vh), in gen_ldst()
117 TCGTemp *vh = tcgv_i32_temp(TCGV_HIGH(v)); in gen_ldst_i64() local
118 gen_ldst(opc, vl, vh, addr, oi); in gen_ldst_i64()
/qemu/target/hexagon/imported/
H A Dencode_pp.def1514 I4SHIFTTYPES(vh, "0000","100","0","ddddd")
1773 RSHIFTTYPES(vh, "0011","01-","-","-","ddddd")