Searched refs:OPC_LW (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 607 gen_ld(ctx, OPC_LW, rx, 29, offset); 610 gen_ld(ctx, OPC_LW, ry, rx, offset); 862 gen_ld(ctx, OPC_LW, rx, 29, ((uint8_t)ctx->opcode) << 2); 865 gen_ld(ctx, OPC_LW, ry, rx, offset << 2);
|
H A D | nanomips_translate.c.inc | 3661 gen_ld(ctx, OPC_LW, rt, 28, extract32(ctx->opcode, 2, 19) << 2); 3997 gen_ld(ctx, OPC_LW, rt, rs, u); 4047 gen_ld(ctx, OPC_LW, rt, rs, s); 4667 gen_ld(ctx, OPC_LW, rt, rs, offset); 4672 gen_ld(ctx, OPC_LW, rt, 29, offset); 4684 gen_ld(ctx, OPC_LW, rt, rs, offset); 4700 gen_ld(ctx, OPC_LW, rt, 28, offset);
|
H A D | micromips_translate.c.inc | 2939 mips32_op = OPC_LW; 3078 gen_ld(ctx, OPC_LW, rd, rb, offset); 3118 gen_ld(ctx, OPC_LW, rd, rb, offset); 3127 gen_ld(ctx, OPC_LW, rd, rb, offset);
|
H A D | translate.c | 93 OPC_LW = (0x23 << 26), enumerator 94 OPC_LWPC = OPC_LW | 0x5, 2092 case OPC_LW: in gen_ld() 14638 case OPC_LW: in decode_opc_legacy()
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 237 OPC_LW = 043 << 26, 801 opc = OPC_LW; 1298 tcg_out_ldst(s, OPC_LW, TCG_TMP0, TCG_TMP3, cmp_off + HI_OFF); 1375 tcg_out_opc_imm(s, OPC_LW, lo, base, 0); 1382 tcg_out_opc_imm(s, OPC_LW, hi, base, HI_OFF); 1383 tcg_out_opc_imm(s, OPC_LW, lo, base, LO_OFF); 1385 tcg_out_opc_imm(s, OPC_LW, lo, base, LO_OFF); 1386 tcg_out_opc_imm(s, OPC_LW, hi, base, HI_OFF); 1721 i1 = OPC_LW;
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 175 OPC_LW = 0x2003, 972 case OPC_LW: 1008 tcg_out_ldst(s, OPC_LW, arg, arg1, arg2); 1848 tcg_out_opc_imm(s, OPC_LW, val, base, 0); 1997 tcg_out_ldst(s, OPC_LW, a0, a1, a2);
|