Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc618 gen_ld(ctx, OPC_LHU, ry, rx, offset);
873 gen_ld(ctx, OPC_LHU, ry, rx, offset << 1);
H A Dnanomips_translate.c.inc3962 gen_ld(ctx, OPC_LHU, rt, 28, u);
4031 gen_ld(ctx, OPC_LHU, rt, rs, u);
4081 gen_ld(ctx, OPC_LHU, rt, rs, s);
4684 gen_ld(ctx, OPC_LHU, rt, rs, offset);
H A Dmicromips_translate.c.inc2937 mips32_op = OPC_LHU;
3110 gen_ld(ctx, OPC_LHU, rd, rb, offset);
H A Dtranslate.c96 OPC_LHU = (0x25 << 26), enumerator
2134 case OPC_LHU: in gen_ld()
14900 case OPC_LHU: in decode_opc_legacy()
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc199 OPC_LHU = 0x5003,
673 case OPC_LHU:
1357 tcg_out_opc_imm(s, OPC_LHU, val, base, 0);
1507 tcg_out_ldst(s, OPC_LHU, a0, a1, a2);
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc239 OPC_LHU = 045 << 26,
1363 tcg_out_opc_imm(s, OPC_LHU, lo, base, 0);
1713 i1 = OPC_LHU;