Searched refs:BGEZ (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 152 case BGEZ: in IsForbiddenAfterBranchInstr()
|
D | constants-mips.h | 476 BGEZ = ((0U << 3) + 1) << 16, enumerator
|
D | disasm-mips.cc | 1394 case BGEZ: in DecodeTypeImmediate()
|
D | assembler-mips.cc | 468 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch() 1220 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()
|
D | simulator-mips.cc | 4003 case BGEZ: in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 152 case BGEZ: in IsForbiddenAfterBranchInstr()
|
D | constants-mips64.h | 515 BGEZ = ((0U << 3) + 1) << 16, enumerator
|
D | disasm-mips64.cc | 1590 case BGEZ: in DecodeTypeImmediateREGIMM()
|
D | assembler-mips64.cc | 442 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch() 1256 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()
|
D | simulator-mips64.cc | 4211 case BGEZ: in DecodeTypeImmediate()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 410 case Mips::BGEZ: return Mips::BLTZ; in getOppositeBranchOpc() 411 case Mips::BLTZ: return Mips::BGEZ; in getOppositeBranchOpc() 492 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in getAnalyzableBrOpc()
|
D | MipsInstrInfo.td | 1517 def BGEZ : MMRel, CBranchZero<"bgez", brtarget, setge, GPR32Opnd>, 2184 (BGEZ i32:$lhs, bb:$dst)>;
|
/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_32.c | 146 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 109 #define BGEZ (HI(1) | (1 << 16)) macro 1788 inst = BGEZ; in sljit_emit_cmp() 1802 inst = BGEZ; in sljit_emit_cmp()
|
D | sljitNativeMIPS_64.c | 238 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
|
/external/valgrind/none/tests/mips32/ |
D | branches.stdout.exp | 127 BGEZ
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1547 case Mips::BGEZ: in processInstruction() 2757 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches() 2769 ZeroTrgOpcode = Mips::BGEZ; in expandCondBranches() 2804 emitRX(Mips::BGEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), IDLoc, in expandCondBranches()
|
/external/valgrind/none/tests/mips64/ |
D | branches.stdout.exp | 127 --- BGEZ --- if RSval >= 0 then out = RDval + 1 else out = RDval + 6
|
D | branch_and_jump_instructions.stdout.exp | 532 --- BGEZ --- if RSval >= 0 then out = RDval + 1 else out = RDval + 9
|