Searched refs:rlow (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-div128.c | 27 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 D | test-shift128.c | 15 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()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 3224 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument 3229 store_reg(s, rlow, tmp); in gen_storeq_reg() 3236 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument 3243 tmpl = load_reg(s, rlow); in gen_addq()
|