Searched refs:BLEZ (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.cpp230 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
245 case Mips::BGTZ : return Mips::BLEZ;
248 case Mips::BLEZ : return Mips::BGTZ;
/external/v8/src/mips/
H A Dconstants-mips.h349 BLEZ = ((0U << 3) + 6) << kOpcodeShift,
401 POP06 = BLEZ, // bgeuc/bleuc, blezalc, bgezalc
905 OpcodeToBitNumber(BNE) | OpcodeToBitNumber(BLEZ) |
1304 case BLEZ: // POP06 bgeuc/bleuc, blezalc, bgezalc
H A Dassembler-mips.cc489 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ ||
1314 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH);
1352 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
1435 GenInstrImmediate(BLEZ, zero_reg, rt, offset,
1443 GenInstrImmediate(BLEZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH);
/external/v8/src/mips64/
H A Dconstants-mips64.h320 BLEZ = ((0U << 3) + 6) << kOpcodeShift,
384 POP06 = BLEZ, // bgeuc/bleuc, blezalc, bgezalc
937 OpcodeToBitNumber(BNE) | OpcodeToBitNumber(BLEZ) |
1380 case BLEZ: // POP06 bgeuc/bleuc, blezalc, bgezalc
H A Dassembler-mips64.cc471 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ ||
1301 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH);
1339 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
1422 GenInstrImmediate(BLEZ, zero_reg, rt, offset,
1430 GenInstrImmediate(BLEZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH);
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp412 case Mips::BGTZ: return Mips::BLEZ;
415 case Mips::BLEZ: return Mips::BGTZ;
510 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
H A DMipsInstrInfo.cpp327 case Mips::BLEZ:
/external/valgrind/none/tests/mips32/
H A Dbranches.stdout.exp161 BLEZ
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c111 #define BLEZ (HI(6)) macro
1780 inst = BLEZ;
1810 inst = BLEZ;
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1547 case Mips::BLEZ:
2858 ZeroTrgOpcode = Mips::BLEZ;
2868 ZeroSrcOpcode = Mips::BLEZ;
2898 TOut.emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr),
/external/valgrind/none/tests/mips64/
H A Dbranches.stdout.exp161 --- BLEZ --- if RSval <= 0 then out = RDval + 1 else out = RDval + 6
H A Dbranch_and_jump_instructions.stdout.exp583 --- BLEZ --- if RSval <= 0 then out = RDval + 1 else out = RDval + 9
/external/capstone/arch/Mips/
H A DMipsGenAsmWriter.inc252 25220U, // BLEZ
1966 0U, // BLEZ

Completed in 226 milliseconds