Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemop.h148 MO_SSIZE = MO_SIZE | MO_SIGN, enumerator
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c241 if ((memop & MO_SSIZE) == MO_SW) { in tcg_gen_qemu_ld_i32_int()
791 switch (opc & MO_SSIZE) { in tcg_gen_ext_i32()
815 switch (opc & MO_SSIZE) { in tcg_gen_ext_i64()
H A Dtcg.c202 static void * const qemu_ld_helpers[MO_SSIZE + 1] __attribute__((unused)) = {
2484 static const char * const ldst_name[(MO_BSWAP | MO_SSIZE) + 1] =
2678 s_op = ldst_name[mop & (MO_BSWAP | MO_SSIZE)]; in tcg_dump_ops()
2680 mop &= ~(MO_AMASK | MO_BSWAP | MO_SSIZE | MO_ATOM_MASK); in tcg_dump_ops()
5936 mov[0].src_ext = mop & MO_SSIZE; in tcg_out_ld_helper_ret()
H A Dtci.c298 switch (mop & MO_SSIZE) { in tci_qemu_ld()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1168 static const int ld_opc[(MO_SSIZE | MO_BSWAP) + 1] = {
1195 ld_opc[get_memop(oi) & (MO_BSWAP | MO_SSIZE)]);
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1664 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
1828 switch (opc & (MO_SSIZE)) {
1880 switch (opc & (MO_SSIZE)) {
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc1146 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
1355 switch (opc & MO_SSIZE) {
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2337 static const uint32_t qemu_ldx_opc[(MO_SSIZE + MO_BSWAP) + 1] = {
2658 uint32_t insn = qemu_ldx_opc[opc & (MO_BSWAP | MO_SSIZE)];
2670 TCG_TYPE_REG, opc & MO_SSIZE, datalo);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1083 switch (opc & MO_SSIZE) {
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1549 switch (opc & MO_SSIZE) {
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1856 switch (memop & MO_SSIZE) {
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1712 switch (opc & (MO_SSIZE | MO_BSWAP)) {
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2268 switch (memop & MO_SSIZE) {