Home
last modified time | relevance | path

Searched refs:OPC_LD (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc402 gen_ld(ctx, OPC_LD, ry, 29, offset);
518 gen_ld(ctx, OPC_LD, ry, rx, offset);
733 gen_ld(ctx, OPC_LD, ry, rx, offset << 3);
H A Dtranslate.c109 OPC_LD = (0x37 << 26), enumerator
110 OPC_LDPC = OPC_LD | 0x5,
2055 case OPC_LD: in gen_ld()
14922 case OPC_LD: in decode_opc_legacy()
H A Dmicromips_translate.c.inc2945 mips32_op = OPC_LD;
/qemu/tcg/riscv/
H A Dtcg-target.c.inc175 OPC_LD = 0x3003,
846 tcg_out_opc_imm(s, OPC_LD, rd, rd, 0);
961 case OPC_LD:
998 tcg_out_ldst(s, OPC_LD, arg, arg1, arg2);
1829 tcg_out_opc_imm(s, OPC_LD, val, base, 0);
/qemu/tcg/mips/
H A Dtcg-target.c.inc254 OPC_LD = 067 << 26,
561 tcg_out_opc_imm(s, OPC_LD, ret, tbreg, 0);
738 MIPSInsn opc = OPC_LD;
1319 tcg_out_opc_imm(s, OPC_LD, lo, base, 0);