Searched refs:gen_store_conditional (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 405 static DisasJumpType gen_store_conditional(DisasContext *ctx, int ra, int rb, in gen_store_conditional() function 2661 ret = gen_store_conditional(ctx, ra, rb, disp12, in translate_one() 2666 ret = gen_store_conditional(ctx, ra, rb, disp12, in translate_one() 2777 ret = gen_store_conditional(ctx, ra, rb, disp16, in translate_one() 2782 ret = gen_store_conditional(ctx, ra, rb, disp16, in translate_one()
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 558 gen_store_conditional##SIZE(ctx, PRED, EA, SRC);
|