Searched refs:gen_logic_imm (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 689 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 D | mips16e_translate.c.inc | 845 gen_logic_imm(ctx, OPC_XORI, 24, rx, imm);
|
H A D | nanomips_translate.c.inc | 3741 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 D | translate.c | 2391 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()
|