Searched refs:OPC_LUI (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tcg/riscv/ |
| H A D | tcg-target.c.inc | 178 OPC_LUI = 0x37, 801 tcg_out_opc_upper(s, OPC_LUI, rd, hi); 821 tcg_out_opc_upper(s, OPC_LUI, rd, tmp << 12); 834 tcg_out_opc_upper(s, OPC_LUI, rd, tmp);
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | micromips_translate.c.inc | 2454 gen_logic_imm(ctx, OPC_LUI, rs, 0, imm); 2684 gen_logic_imm(ctx, OPC_LUI, rt, rs, imm);
|