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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r6.s 162 blezc $2, ext
163 blezc $2, . + 4 + (-32768 << 2)
164 blezc $2, . + 4 + (32767 << 2)
165 blezc $2, 1f
r6-n32.d 271 0+0338 <[^>]*> 58020000 blezc v0,0000033c <[^>]*>
274 0+0340 <[^>]*> 58020000 blezc v0,00000344 <[^>]*>
277 0+0348 <[^>]*> 58020000 blezc v0,0000034c <[^>]*>
280 0+0350 <[^>]*> 58020000 blezc v0,00000354 <[^>]*>
r6.d 270 0+0338 <[^>]*> 5802ffff blezc v0,00000338 <[^>]*>
273 0+0340 <[^>]*> 58028000 blezc v0,fffe0344 <[^>]*>
276 0+0348 <[^>]*> 58027fff blezc v0,00020348 <[^>]*>
279 0+0350 <[^>]*> 5802ffff blezc v0,00000350 <[^>]*>
r6-n64.d 379 0+0338 <[^>]*> 58020000 blezc v0,0+033c <[^>]*>
384 0+0340 <[^>]*> 58020000 blezc v0,0+0344 <[^>]*>
389 0+0348 <[^>]*> 58020000 blezc v0,0+034c <[^>]*>
394 0+0350 <[^>]*> 58020000 blezc v0,0+0354 <[^>]*>
  /external/v8/test/cctest/
test-disasm-mips.cc 374 COMPARE_PC_REL_COMPACT(blezc(a0, -32768),
375 "58048000 blezc a0, -32768", -32768);
376 COMPARE_PC_REL_COMPACT(blezc(a0, -1), "5804ffff blezc a0, -1", -1);
377 COMPARE_PC_REL_COMPACT(blezc(a0, 1), "58040001 blezc a0, 1", 1);
378 COMPARE_PC_REL_COMPACT(blezc(a0, 32767),
379 "58047fff blezc a0, 32767", 32767);
    [all...]
test-disasm-mips64.cc     [all...]
  /external/v8/src/mips/
assembler-mips.h 638 void blezc(Register rt, int16_t offset);
639 inline void blezc(Register rt, Label* L) {
640 blezc(rt, shifted_branch_offset(L));
    [all...]
disasm-mips.cc     [all...]
assembler-mips.cc 1356 void Assembler::blezc(Register rt, int16_t offset) { function in class:v8::Assembler
    [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.h 645 void blezc(Register rt, int16_t offset);
646 inline void blezc(Register rt, Label* L) {
647 blezc(rt, shifted_branch_offset(L));
    [all...]
assembler-mips64.cc 1342 void Assembler::blezc(Register rt, int16_t offset) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-mips64.cc     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S     [all...]

Completed in 361 milliseconds