Searched refs:store_psw_xb (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 521 static void store_psw_xb(DisasContext *ctx, uint32_t xb) in store_psw_xb() function 532 store_psw_xb(ctx, xb); in set_psw_xb() 1888 store_psw_xb(ctx, 0); in do_dbranch() 1903 store_psw_xb(ctx, 0); in do_dbranch() 1907 store_psw_xb(ctx, PSW_B); in do_dbranch() 1913 store_psw_xb(ctx, 0); in do_dbranch() 1944 store_psw_xb(ctx, 0); in do_cbranch() 1953 store_psw_xb(ctx, 0); in do_cbranch() 1965 store_psw_xb(ctx, 0); in do_cbranch() 1969 store_psw_xb(ctx, PSW_B); in do_cbranch() [all …]
|