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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
allinsn.s 186 .global bltz
187 bltz: label
188 bltz %0,footext
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
allinsn.s 90 .global bltz
91 bltz: label
92 bltz fp,footext
  /external/v8/src/mips/
assembler-mips.cc 491 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1390 void Assembler::bltz(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 ||
1377 void Assembler::bltz(Register rs, int16_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 205 milliseconds