Home
last modified time | relevance | path

Searched refs:rhigh (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-div128.c26 uint64_t rhigh; member
35 int64_t rhigh; member
170 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_divu128()
186 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_divs128()
H A Dtest-shift128.c16 uint64_t rhigh; member
116 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_lshift()
129 g_assert_cmpuint(tmp.high, ==, tmp.rhigh); in test_rshift()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3224 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
3232 store_reg(s, rhigh, tmp); in gen_storeq_reg()
3236 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
3244 tmph = load_reg(s, rhigh); in gen_addq()