Home
last modified time | relevance | path

Searched refs:BGEZ (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.cc152 case BGEZ: in IsForbiddenAfterBranchInstr()
Dconstants-mips.h476 BGEZ = ((0U << 3) + 1) << 16, enumerator
Ddisasm-mips.cc1394 case BGEZ: in DecodeTypeImmediate()
Dassembler-mips.cc468 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
1220 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()
Dsimulator-mips.cc4003 case BGEZ: in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.cc152 case BGEZ: in IsForbiddenAfterBranchInstr()
Dconstants-mips64.h515 BGEZ = ((0U << 3) + 1) << 16, enumerator
Ddisasm-mips64.cc1590 case BGEZ: in DecodeTypeImmediateREGIMM()
Dassembler-mips64.cc442 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
1256 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()
Dsimulator-mips64.cc4211 case BGEZ: in DecodeTypeImmediate()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp410 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()
DMipsInstrInfo.td1517 def BGEZ : MMRel, CBranchZero<"bgez", brtarget, setge, GPR32Opnd>,
2184 (BGEZ i32:$lhs, bb:$dst)>;
/external/pcre/dist/sljit/
DsljitNativeMIPS_32.c146 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
DsljitNativeMIPS_common.c109 #define BGEZ (HI(1) | (1 << 16)) macro
1788 inst = BGEZ; in sljit_emit_cmp()
1802 inst = BGEZ; in sljit_emit_cmp()
DsljitNativeMIPS_64.c238 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
/external/valgrind/none/tests/mips32/
Dbranches.stdout.exp127 BGEZ
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1547 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/
Dbranches.stdout.exp127 --- BGEZ --- if RSval >= 0 then out = RDval + 1 else out = RDval + 6
Dbranch_and_jump_instructions.stdout.exp532 --- BGEZ --- if RSval >= 0 then out = RDval + 1 else out = RDval + 9