Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5292 static bool op_strex(DisasContext *s, arg_STREX *a, MemOp mop, bool rel) in op_strex() function
5327 return op_strex(s, a, MO_32, false); in trans_STREX()
5341 return op_strex(s, a, MO_64, false); in trans_STREXD_a32()
5346 return op_strex(s, a, MO_64, false); in trans_STREXD_t32()
5354 return op_strex(s, a, MO_8, false); in trans_STREXB()
5362 return op_strex(s, a, MO_16, false); in trans_STREXH()
5370 return op_strex(s, a, MO_32, true); in trans_STLEX()
5384 return op_strex(s, a, MO_64, true); in trans_STLEXD_a32()
5392 return op_strex(s, a, MO_64, true); in trans_STLEXD_t32()
5400 return op_strex(s, a, MO_8, true); in trans_STLEXB()
[all …]