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

  /external/llvm/test/MC/Mips/micromips32r6/
relocations.s 8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A]
38 balc bar
valid.s 37 balc 7286128 # CHECK: balc 7286128 # encoding: [0xb4,0x37,0x96,0xb8]
    [all...]
  /external/llvm/test/MC/Mips/micromips64r6/
relocations.s 8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A]
42 balc bar
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r6.s 222 balc ext
223 balc . + 4 + (-33554432 << 2)
224 balc . + 4 + (33554431 << 2)
225 balc 1f
r6-n32.d 435 0+04e8 <[^>]*> e8000000 balc 000004ec <[^>]*>
437 0+04ec <[^>]*> e8000000 balc 000004f0 <[^>]*>
439 0+04f0 <[^>]*> e8000000 balc 000004f4 <[^>]*>
441 0+04f4 <[^>]*> e8000000 balc 000004f8 <[^>]*>
r6.d 434 0+04e8 <[^>]*> ebffffff balc 000004e8 <[^>]*>
436 0+04ec <[^>]*> ea000000 balc f80004f0 <[^>]*>
438 0+04f0 <[^>]*> e9ffffff balc 080004f0 <[^>]*>
440 0+04f4 <[^>]*> ebffffff balc 000004f4 <[^>]*>
r6-n64.d 655 0+04e8 <[^>]*> e8000000 balc 0+04ec <[^>]*>
659 0+04ec <[^>]*> e8000000 balc 0+04f0 <[^>]*>
663 0+04f0 <[^>]*> e8000000 balc 0+04f4 <[^>]*>
667 0+04f4 <[^>]*> e8000000 balc 0+04f8 <[^>]*>
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_O32R6_relocations.s 37 balc foo
ELF_N64R6_relocations.s 42 balc foo
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 23 # CHECK-FIXUP: balc bar # encoding: [0b111010AA,A,A,A]
65 balc bar
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 23 # CHECK-FIXUP: balc bar # encoding: [0b111010AA,A,A,A]
70 balc bar
  /external/v8/src/mips/
assembler-mips.h 608 void balc(int32_t offset);
609 inline void balc(Label* L) { balc(shifted_branch_offset26(L)); }
    [all...]
macro-assembler-mips.cc     [all...]
assembler-mips.cc 500 opcode == BALC ||
510 // Checks if the instruction is a BC or BALC.
511 return opcode == BC || opcode == BALC;
1001 // Checks BC or BALC.
1003 case BALC:
1282 void Assembler::balc(int32_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h 612 void balc(int32_t offset);
613 inline void balc(Label* L) { balc(shifted_branch_offset26(L)); }
    [all...]
disasm-mips64.cc     [all...]
macro-assembler-mips64.cc     [all...]
assembler-mips64.cc 482 opcode == BALC ||
492 // Checks if the instruction is a BC or BALC.
493 return opcode == BC || opcode == BALC;
969 // Checks BC or BALC.
971 case BALC:
1269 void Assembler::balc(int32_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 173 milliseconds