Home
last modified time | relevance | path

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

/qemu/include/exec/
H A Dmemop.h148 MO_SSIZE = MO_SIZE | MO_SIGN, enumerator
/qemu/tcg/
H A Dtcg-op-ldst.c193 if ((memop & MO_SSIZE) == MO_SW) { in tcg_gen_qemu_ld_i32_int()
739 switch (opc & MO_SSIZE) { in tcg_gen_ext_i32()
763 switch (opc & MO_SSIZE) { in tcg_gen_ext_i64()
H A Dtcg.c202 static void * const qemu_ld_helpers[MO_SSIZE + 1] __attribute__((unused)) = {
2485 static const char * const ldst_name[(MO_BSWAP | MO_SSIZE) + 1] =
2679 s_op = ldst_name[mop & (MO_BSWAP | MO_SSIZE)]; in tcg_dump_ops()
2681 mop &= ~(MO_AMASK | MO_BSWAP | MO_SSIZE | MO_ATOM_MASK); in tcg_dump_ops()
5937 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()
/qemu/tcg/riscv/
H A Dtcg-target.c.inc1203 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
1363 switch (opc & (MO_SSIZE)) {
1415 switch (opc & (MO_SSIZE)) {
/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)]);
/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) {
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2336 static const uint32_t qemu_ldx_opc[(MO_SSIZE + MO_BSWAP) + 1] = {
2657 uint32_t insn = qemu_ldx_opc[opc & (MO_BSWAP | MO_SSIZE)];
2669 TCG_TYPE_REG, opc & MO_SSIZE, datalo);
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1068 switch (opc & MO_SSIZE) {
/qemu/tcg/arm/
H A Dtcg-target.c.inc1549 switch (opc & MO_SSIZE) {
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1856 switch (memop & MO_SSIZE) {
/qemu/tcg/s390x/
H A Dtcg-target.c.inc1699 switch (opc & (MO_SSIZE | MO_BSWAP)) {
/qemu/tcg/i386/
H A Dtcg-target.c.inc2220 switch (memop & MO_SSIZE) {