Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc606 gen_ld(ctx, OPC_LH, ry, rx, offset);
861 gen_ld(ctx, OPC_LH, ry, rx, offset << 1);
H A Dnanomips_translate.c.inc3959 gen_ld(ctx, OPC_LH, rt, 28, u);
4022 gen_ld(ctx, OPC_LH, rt, rs, u);
4072 gen_ld(ctx, OPC_LH, rt, rs, s);
4676 gen_ld(ctx, OPC_LH, rt, rs, offset);
H A Dmicromips_translate.c.inc2934 mips32_op = OPC_LH;
H A Dtranslate.c91 OPC_LH = (0x21 << 26), enumerator
2126 case OPC_LH: in gen_ld()
14896 case OPC_LH: in decode_opc_legacy()
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc198 OPC_LH = 0x1003,
672 case OPC_LH:
1360 tcg_out_opc_imm(s, OPC_LH, val, base, 0);
1511 tcg_out_ldst(s, OPC_LH, a0, a1, a2);
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc235 OPC_LH = 041 << 26,
1366 tcg_out_opc_imm(s, OPC_LH, lo, base, 0);
1717 i1 = OPC_LH;