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

/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc138 case BLEZ:
294 case BLEZ:
H A Dconstants-mips.h321 BLEZ = ((0 << 3) + 6) << kOpcodeShift,
H A Dassembler-mips.cc502 opcode == BLEZ ||
1200 GenInstrImmediate(BLEZ, rs, rt, offset);
1238 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
1317 GenInstrImmediate(BLEZ, zero_reg, rt, offset);
1324 GenInstrImmediate(BLEZ, rt, rt, offset);
H A Dsimulator-mips.cc2805 case BLEZ:
2937 case BLEZ:
H A Dmacro-assembler-mips.cc6068 opcode == BLEZ ||
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc138 case BLEZ:
311 case BLEZ:
H A Dconstants-mips64.h286 BLEZ = ((0 << 3) + 6) << kOpcodeShift,
H A Dassembler-mips64.cc480 opcode == BLEZ ||
1179 GenInstrImmediate(BLEZ, rs, rt, offset);
1217 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
1296 GenInstrImmediate(BLEZ, zero_reg, rt, offset);
1303 GenInstrImmediate(BLEZ, rt, rt, offset);
H A Dsimulator-mips64.cc2934 case BLEZ:
3085 case BLEZ:
H A Dmacro-assembler-mips64.cc6052 opcode == BLEZ ||
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp344 case Mips::BGTZ: return Mips::BLEZ;
347 case Mips::BLEZ: return Mips::BGTZ;
422 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
/external/valgrind/main/none/tests/mips32/
H A Dbranches.stdout.exp161 BLEZ
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c111 #define BLEZ (HI(6)) macro
1793 inst = BLEZ;
1823 inst = BLEZ;
/external/valgrind/main/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/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp929 case Mips::BLEZ:

Completed in 9510 milliseconds