Home
last modified time | relevance | path

Searched refs:OPC_BNE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc490 gen_compute_branch(ctx, OPC_BNE, 4, rx, 0, offset << 1, 0);
552 gen_compute_branch(ctx, OPC_BNE, 4, 24, 0, offset << 1, 0);
703 gen_compute_branch(ctx, OPC_BNE, 2, rx, 0,
783 gen_compute_branch(ctx, OPC_BNE, 2, 24, 0,
H A Dnanomips_translate.c.inc1121 case OPC_BNE:
1175 case OPC_BNE: /* rx != rx */
1200 case OPC_BNE:
4426 gen_compute_branch_nm(ctx, OPC_BNE, 4, rs, rt, s);
4736 gen_compute_branch_nm(ctx, OPC_BNE, 2, rt, 0,
4759 extract32(ctx->opcode, 7, 3) ? OPC_BEQ : OPC_BNE;
H A Dmicromips_translate.c.inc2444 gen_compute_branch(ctx, minor == BNEZC ? OPC_BNE : OPC_BEQ,
2762 gen_compute_branch(ctx, OPC_BNE, 4, rt, rs, imm << 1, 4);
3204 gen_compute_branch(ctx, op == BNEZ16 ? OPC_BNE : OPC_BEQ, 2,
H A Dtranslate.c79 OPC_BNE = (0x05 << 26), enumerator
4381 case OPC_BNE: in gen_compute_branch()
4472 case OPC_BNE: /* rx != rx */ in gen_compute_branch()
4527 case OPC_BNE: in gen_compute_branch()
14625 case OPC_BNE: in decode_opc_legacy()
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc219 OPC_BNE = 005 << 26,
971 b_opc = OPC_BNE;
992 b_opc = tmpflags & SETCOND_INV ? OPC_BEQ : OPC_BNE;
1039 MIPSInsn b_opc = tmpflags & SETCOND_INV ? OPC_BEQ : OPC_BNE;
1085 MIPSInsn b_opc = eqz ? OPC_BNE : OPC_BEQ;
1293 tcg_out_opc_br(s, OPC_BNE, TCG_TMP1, TCG_TMP0);
1304 tcg_out_opc_br(s, OPC_BNE, addrhi, TCG_TMP0);
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc164 OPC_BNE = 0x1063,
1189 [TCG_COND_NE] = { OPC_BNE, false },
1765 tcg_out_opc_branch(s, OPC_BNE, TCG_REG_TMP0, TCG_REG_TMP1, 0);
1795 tcg_out_opc_branch(s, OPC_BNE, TCG_REG_TMP1, TCG_REG_ZERO, 0);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc718 [TCG_COND_NE] = { OPC_BNE, false },
H A Dtcg-insn-defs.c.inc158 OPC_BNE = 0x5c000000,
2357 tcg_out32(s, encode_djsk16_insn(OPC_BNE, d, j, sk16));