HomeSort by relevance Sort by last modified time
    Searched refs:BLEZ (Results 1 - 9 of 9) sorted by null

  /external/v8/src/mips/
constants-mips.cc 157 case BLEZ:
309 case BLEZ:
constants-mips.h 260 BLEZ = ((0 << 3) + 6) << kOpcodeShift,
assembler-mips.cc 509 opcode == BLEZ ||
1099 void Assembler::blez(Register rs, int16_t offset) { function in class:v8::Assembler
1101 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
    [all...]
simulator-mips.cc     [all...]
macro-assembler-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 240 case Mips::BGTZ: return Mips::BLEZ;
243 case Mips::BLEZ: return Mips::BGTZ;
318 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 367 void BLEZ(int Rs, const char* label);
MIPSAssembler.cpp     [all...]
  /external/valgrind/main/none/tests/mips32/
branches.stdout.exp 161 BLEZ
162 blez :: 1, RSval: 0
163 blez :: 7, RSval: 1
164 blez :: 3, RSval: -1
165 blez :: 4, RSval: -1
166 blez :: 5, RSval: -2
167 blez :: 6, RSval: -1
168 blez :: 12, RSval: 5
169 blez :: 8, RSval: -3
170 blez :: 14, RSval: 12
    [all...]

Completed in 248 milliseconds