Searched refs:OPC_LH (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 606 gen_ld(ctx, OPC_LH, ry, rx, offset); 861 gen_ld(ctx, OPC_LH, ry, rx, offset << 1);
|
H A D | nanomips_translate.c.inc | 3959 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 D | micromips_translate.c.inc | 2934 mips32_op = OPC_LH;
|
H A D | translate.c | 91 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 D | tcg-target.c.inc | 198 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 D | tcg-target.c.inc | 235 OPC_LH = 041 << 26, 1366 tcg_out_opc_imm(s, OPC_LH, lo, base, 0); 1717 i1 = OPC_LH;
|