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

  /external/chromium_org/v8/src/mips/
constants-mips.cc 148 case BGEZ:
constants-mips.h 370 BGEZ = ((0 << 3) + 1) << 16,
assembler-mips.cc 484 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1067 void Assembler::bgez(Register rs, int16_t offset) { function in class:v8::Assembler
1069 GenInstrImmediate(REGIMM, rs, BGEZ, offset);
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 345 case Mips::BGEZ: return Mips::BLTZ;
346 case Mips::BLTZ: return Mips::BGEZ;
422 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 365 void BGEZ(int Rs, const char* label);
MIPSAssembler.cpp     [all...]
  /external/valgrind/main/none/tests/mips32/
branches.stdout.exp 127 BGEZ
128 bgez :: 1, RSval: 0
129 bgez :: 2, RSval: 1
130 bgez :: 8, RSval: -1
131 bgez :: 9, RSval: -1
132 bgez :: 10, RSval: -2
133 bgez :: 11, RSval: -1
134 bgez :: 7, RSval: 5
135 bgez :: 13, RSval: -3
136 bgez :: 9, RSval: 12
    [all...]
  /external/valgrind/main/none/tests/mips64/
branches.stdout.exp 127 --- BGEZ --- if RSval >= 0 then out = RDval + 1 else out = RDval + 6
128 bgez :: out: 1, RDval: 0, RSval: 0
129 bgez :: out: 2, RDval: 1, RSval: 1
130 bgez :: out: 8, RDval: 2, RSval: -1
131 bgez :: out: 9, RDval: 3, RSval: -1
132 bgez :: out: 10, RDval: 4, RSval: -2
133 bgez :: out: 11, RDval: 5, RSval: -1
134 bgez :: out: 7, RDval: 6, RSval: 5
135 bgez :: out: 13, RDval: 7, RSval: -3
136 bgez :: out: 9, RDval: 8, RSval: 12
    [all...]
branch_and_jump_instructions.stdout.exp 532 --- BGEZ --- if RSval >= 0 then out = RDval + 1 else out = RDval + 9
533 bgez :: out: 0x1, RSval: 0x0
534 bgez :: out: 0x2, RSval: 0x1
535 bgez :: out: 0xb, RSval: 0xffffffff
536 bgez :: out: 0xc, RSval: 0xffffffff
537 bgez :: out: 0xd, RSval: 0xfffffffe
538 bgez :: out: 0xe, RSval: 0xffffffff
539 bgez :: out: 0x7, RSval: 0x5
540 bgez :: out: 0x10, RSval: 0xfffffffffffffffd
541 bgez :: out: 0x9, RSval: 0x7
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 927 case Mips::BGEZ:
    [all...]

Completed in 149 milliseconds