Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc148 case BGEZ: in IsForbiddenInBranchDelay()
Dconstants-mips.h440 BGEZ = ((0 << 3) + 1) << 16, enumerator
Ddisasm-mips.cc1020 case BGEZ: in DecodeTypeImmediate()
Dsimulator-mips.cc2767 case BGEZ: in DecodeTypeImmediate()
2779 case BGEZ: in DecodeTypeImmediate()
Dassembler-mips.cc508 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
1183 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()
/external/v8/src/mips64/
Dconstants-mips64.cc148 case BGEZ: in IsForbiddenInBranchDelay()
Dconstants-mips64.h449 BGEZ = ((0 << 3) + 1) << 16, enumerator
Ddisasm-mips64.cc1140 case BGEZ: in DecodeTypeImmediate()
Dsimulator-mips64.cc2896 case BGEZ: in DecodeTypeImmediate()
2908 case BGEZ: in DecodeTypeImmediate()
Dassembler-mips64.cc486 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
1162 GenInstrImmediate(REGIMM, rs, BGEZ, offset); in bgez()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp342 case Mips::BGEZ: return Mips::BLTZ; in getOppositeBranchOpc()
343 case Mips::BLTZ: return Mips::BGEZ; in getOppositeBranchOpc()
424 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in getAnalyzableBrOpc()
DMipsInstrInfo.td1294 def BGEZ : MMRel, CBranchZero<"bgez", brtarget, setge, GPR32Opnd>,
1820 (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
1801 inst = BGEZ; in sljit_emit_cmp()
1815 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/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
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1268 case Mips::BGEZ: in processInstruction()