Searched refs:rhigh (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-div128.c | 26 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 D | test-shift128.c | 16 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 D | translate.c | 3224 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()
|