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

  /external/chromium_org/v8/src/mips/
constants-mips.cc 138 case BLEZ:
292 case BLEZ:
constants-mips.h 271 BLEZ = ((0 << 3) + 6) << kOpcodeShift,
assembler-mips.cc 478 opcode == BLEZ ||
1089 void Assembler::blez(Register rs, int16_t offset) { function in class:v8::Assembler
1091 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
    [all...]
simulator-mips.cc     [all...]
macro-assembler-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 344 case Mips::BGTZ: return Mips::BLEZ;
347 case Mips::BLEZ: return Mips::BGTZ;
422 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...]
  /external/valgrind/main/none/tests/mips64/
branches.stdout.exp 161 --- BLEZ --- if RSval <= 0 then out = RDval + 1 else out = RDval + 6
162 blez :: out: 1, RDval: 0, RSval: 0
163 blez :: out: 7, RDval: 1, RSval: 1
164 blez :: out: 3, RDval: 2, RSval: -1
165 blez :: out: 4, RDval: 3, RSval: -1
166 blez :: out: 5, RDval: 4, RSval: -2
167 blez :: out: 6, RDval: 5, RSval: -1
168 blez :: out: 12, RDval: 6, RSval: 5
169 blez :: out: 8, RDval: 7, RSval: -3
170 blez :: out: 14, RDval: 8, RSval: 12
    [all...]
branch_and_jump_instructions.stdout.exp 583 --- BLEZ --- if RSval <= 0 then out = RDval + 1 else out = RDval + 9
584 blez :: out: 0x1, RSval: 0x0
585 blez :: out: 0xa, RSval: 0x1
586 blez :: out: 0x3, RSval: 0xffffffff
587 blez :: out: 0x4, RSval: 0xffffffff
588 blez :: out: 0x5, RSval: 0xfffffffe
589 blez :: out: 0x6, RSval: 0xffffffff
590 blez :: out: 0xf, RSval: 0x5
591 blez :: out: 0x8, RSval: 0xfffffffffffffffd
592 blez :: out: 0x11, RSval: 0x7
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 929 case Mips::BLEZ:
    [all...]

Completed in 253 milliseconds