HomeSort by relevance Sort by last modified time
    Searched refs:bnezc (Results 1 - 25 of 33) sorted by null

1 2

  /art/runtime/interpreter/mterp/mips64/
invoke.S 18 bnezc v0, MterpFallback
op_monitor_enter.S 11 bnezc v0, MterpException
op_monitor_exit.S 15 bnezc v0, MterpException
footer.S 65 bnezc v0, MterpFallback
112 bnezc ra, .L_suspend_request_pending
120 bnezc v0, MterpFallback
134 bnezc v0, MterpOnStackReplacement
152 bnezc v0, MterpOnStackReplacement
174 bnezc v0, MterpOnStackReplacement
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
undefweak-overflow.s 10 bnezc $2, foo
  /external/llvm/test/MC/Mips/micromips32r6/
relocations.s 23 # CHECK-FIXUP: bnezc $3, bar # encoding: [0xa0,0b011AAAAA,A,A]
43 bnezc $3, bar
valid.s 36 bnezc $3, 64 # CHECK: bnezc $3, 64 # encoding: [0xa0,0x60,0x00,0x20]
    [all...]
  /external/llvm/test/MC/Mips/micromips64r6/
relocations.s 26 # CHECK-FIXUP: bnezc $3, bar # encoding: [0xa0,0b011AAAAA,A,A]
48 bnezc $3, bar
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r6.s 235 bnezc $2, ext
236 bnezc $2, . + 4 + (-1048576 << 2)
237 bnezc $2, . + 4 + (1048575 << 2)
238 bnezc $2, 1f
micromips-branch-relax.s 85 bnezc $3, test3
r6-n32.d 458 0+0524 <[^>]*> f8400000 bnezc v0,00000528 <[^>]*>
461 0+052c <[^>]*> f8400000 bnezc v0,00000530 <[^>]*>
464 0+0534 <[^>]*> f8400000 bnezc v0,00000538 <[^>]*>
467 0+053c <[^>]*> f8400000 bnezc v0,00000540 <[^>]*>
r6.d 457 0+0524 <[^>]*> f85fffff bnezc v0,00000524 <[^>]*>
460 0+052c <[^>]*> f8500000 bnezc v0,ffc00530 <[^>]*>
463 0+0534 <[^>]*> f84fffff bnezc v0,00400534 <[^>]*>
466 0+053c <[^>]*> f85fffff bnezc v0,0000053c <[^>]*>
r6-n64.d 694 0+0524 <[^>]*> f8400000 bnezc v0,0+0528 <[^>]*>
699 0+052c <[^>]*> f8400000 bnezc v0,0+0530 <[^>]*>
704 0+0534 <[^>]*> f8400000 bnezc v0,0+0538 <[^>]*>
709 0+053c <[^>]*> f8400000 bnezc v0,0+0540 <[^>]*>
micromips-branch-relax.d 160 [ 0-9a-f]+: 40a3 fffe bnezc v1,[0-9a-f]+ <.*\+0x[0-9a-f]+>
micromips-branch-relax-pic.d 196 [ 0-9a-f]+: 40a3 fffe bnezc v1,[0-9a-f]+ <.*\+0x[0-9a-f]+>
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_O32R6_relocations.s 32 bnezc $5,foo
ELF_N64R6_relocations.s 37 bnezc $5,foo
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
64 bnezc $9, bar
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
69 bnezc $9, bar
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S 896 bnezc v0, MterpException
919 bnezc v0, MterpException
    [all...]
  /external/v8/src/mips/
assembler-mips.h 693 void bnezc(Register rt, int32_t offset);
694 inline void bnezc(Register rt, Label* L) {
695 bnezc(rt, shifted_branch_offset21(L));
    [all...]
disasm-mips.cc     [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.h 697 void bnezc(Register rt, int32_t offset);
698 inline void bnezc(Register rt, Label* L) {
699 bnezc(rt, shifted_branch_offset21(L));
    [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]

Completed in 722 milliseconds

1 2