Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-div128.c27 uint64_t rlow; member
36 uint64_t rlow; member
169 g_assert_cmpuint(tmp.low, ==, tmp.rlow); in test_divu128()
185 g_assert_cmpuint(tmp.low, ==, tmp.rlow); in test_divs128()
H A Dtest-shift128.c15 uint64_t rlow; member
115 g_assert_cmpuint(tmp.low, ==, tmp.rlow); in test_lshift()
128 g_assert_cmpuint(tmp.low, ==, tmp.rlow); in test_rshift()
/qemu/target/arm/tcg/
H A Dtranslate.c3221 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument
3226 store_reg(s, rlow, tmp); in gen_storeq_reg()
3233 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument
3240 tmpl = load_reg(s, rlow); in gen_addq()