Searched refs:op_stl (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 5452 static bool op_stl(DisasContext *s, arg_STL *a, MemOp mop) in op_ldrex() 5476 return op_stl(s, a, MO_UL); in trans_LDREX() 5481 return op_stl(s, a, MO_UB); in trans_LDREX() 5486 return op_stl(s, a, MO_UW); in trans_LDREXD_a32() 5411 static bool op_stl(DisasContext *s, arg_STL *a, MemOp mop) op_stl() function
|