Home
last modified time | relevance | path

Searched refs:rfi_r (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dsys_helper.c107 void HELPER(rfi_r)(CPUHPPAState *env) in HELPER() argument
H A Dhelper.h91 DEF_HELPER_1(rfi_r, void, env)
H A Dinsns.decode128 rfi_r 000000 ----- ----- --- 01100101 00000
H A Dtranslate.c2214 static bool do_rfi(DisasContext *ctx, bool rfi_r) in do_rfi() argument
2220 if (rfi_r) { in do_rfi()