Home
last modified time | relevance | path

Searched refs:gen_logic_imm (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc689 gen_logic_imm(ctx, OPC_ANDI, rd, rs, decoded_imm[encoded]);
2454 gen_logic_imm(ctx, OPC_LUI, rs, 0, imm);
2684 gen_logic_imm(ctx, OPC_LUI, rt, rs, imm);
2707 gen_logic_imm(ctx, mips32_op, rt, rs, imm);
H A Dmips16e_translate.c.inc845 gen_logic_imm(ctx, OPC_XORI, 24, rx, imm);
H A Dnanomips_translate.c.inc3741 gen_logic_imm(ctx, OPC_ORI, rt, rs, extract32(ctx->opcode, 0, 12));
3744 gen_logic_imm(ctx, OPC_XORI, rt, rs, extract32(ctx->opcode, 0, 12));
3747 gen_logic_imm(ctx, OPC_ANDI, rt, rs, extract32(ctx->opcode, 0, 12));
4624 gen_logic_imm(ctx, OPC_ANDI, rt, rs, u);
H A Dtranslate.c2391 static void gen_logic_imm(DisasContext *ctx, uint32_t opc, in gen_logic_imm() function
14565 gen_logic_imm(ctx, op, rt, rs, imm); in decode_opc_legacy()