HomeSort by relevance Sort by last modified time
    Searched defs:bgez (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
allinsn.s 154 .global bgez
155 bgez: label
156 bgez %0,footext
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
allinsn.s 78 .global bgez
79 bgez: label
80 bgez fp,footext
  /external/v8/src/mips/
assembler-mips.cc 491 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1295 void Assembler::bgez(Register rs, int16_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 473 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1282 void Assembler::bgez(Register rs, int16_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 89 milliseconds