Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtcg-runtime.c92 uint64_t HELPER(remu_i64)(uint64_t arg1, uint64_t arg2) in HELPER() argument
H A Dtcg-runtime.h9 DEF_HELPER_FLAGS_2(remu_i64, TCG_CALL_NO_RWG_SE, i64, i64, i64)
/openbmc/qemu/include/tcg/
H A Dtcg-opc.h136 DEF(remu_i64, 1, 2, 0, IMPL64 | IMPL(TCG_TARGET_HAS_rem_i64))