Searched refs:OPC_LHU (Results 1 – 6 of 6) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 616 gen_ld(ctx, OPC_LHU, ry, rx, offset); 871 gen_ld(ctx, OPC_LHU, ry, rx, offset << 1);
|
H A D | nanomips_translate.c.inc | 3934 gen_ld(ctx, OPC_LHU, rt, 28, u); 4003 gen_ld(ctx, OPC_LHU, rt, rs, u); 4053 gen_ld(ctx, OPC_LHU, rt, rs, s); 4658 gen_ld(ctx, OPC_LHU, rt, rs, offset);
|
H A D | micromips_translate.c.inc | 2936 mips32_op = OPC_LHU; 3109 gen_ld(ctx, OPC_LHU, rd, rb, offset);
|
H A D | translate.c | 96 OPC_LHU = (0x25 << 26), enumerator 2108 case OPC_LHU: in gen_ld() 14641 case OPC_LHU: in decode_opc_legacy()
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 173 OPC_LHU = 0x5003, 971 case OPC_LHU: 1836 tcg_out_opc_imm(s, OPC_LHU, val, base, 0); 1986 tcg_out_ldst(s, OPC_LHU, a0, a1, a2);
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 239 OPC_LHU = 045 << 26, 1363 tcg_out_opc_imm(s, OPC_LHU, lo, base, 0); 1713 i1 = OPC_LHU;
|