HomeSort by relevance Sort by last modified time
    Searched full:balc (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 23 # CHECK-FIXUP: balc bar # encoding: [0b111010AA,A,A,A]
65 balc bar
valid.s 26 balc 14572256 # CHECK: balc 14572256 # encoding: [0xe8,0x37,0x96,0xb8]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_N64R6_relocations.s 42 balc foo
ELF_O32R6_relocations.s 37 balc foo
  /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/MC/Mips/mips64r6/
relocations.s 23 # CHECK-FIXUP: balc bar # encoding: [0b111010AA,A,A,A]
70 balc bar
valid.s 26 balc 14572256 # CHECK: balc 14572256 # encoding: [0xe8,0x37,0x96,0xb8]
  /external/v8/test/cctest/
test-disasm-mips.cc 302 COMPARE_PC_REL_COMPACT(balc(-33554432), "ea000000 balc -33554432",
304 COMPARE_PC_REL_COMPACT(balc(-1), "ebffffff balc -1", -1);
305 COMPARE_PC_REL_COMPACT(balc(0), "e8000000 balc 0", 0);
306 COMPARE_PC_REL_COMPACT(balc(1), "e8000001 balc 1", 1);
307 COMPARE_PC_REL_COMPACT(balc(33554431), "e9ffffff balc 33554431"
    [all...]
test-disasm-mips64.cc     [all...]
  /external/v8/src/mips/
constants-mips.cc 143 case BALC:
assembler-mips.cc 477 opcode == BALC ||
487 // Checks if the instruction is a BC or BALC.
488 return opcode == BC || opcode == BALC;
922 // Checks BC or BALC.
924 case BALC:
1204 void Assembler::balc(int32_t offset) { function in class:v8::internal::Assembler
    [all...]
assembler-mips.h 595 void balc(int32_t offset);
596 inline void balc(Label* L) { balc(shifted_branch_offset26(L)); }
    [all...]
constants-mips.h 380 BALC = ((7U << 3) + 2) << kOpcodeShift,
907 OpcodeToBitNumber(BALC);
    [all...]
disasm-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.cc 143 case BALC:
assembler-mips64.cc 451 opcode == BALC ||
461 // Checks if the instruction is a BC or BALC.
462 return opcode == BC || opcode == BALC;
939 // Checks BC or BALC.
941 case BALC:
1240 void Assembler::balc(int32_t offset) { function in class:v8::internal::Assembler
    [all...]
assembler-mips64.h 599 void balc(int32_t offset);
600 inline void balc(Label* L) { balc(shifted_branch_offset26(L)); }
    [all...]
constants-mips64.h 374 BALC = ((7U << 3) + 2) << kOpcodeShift,
954 OpcodeToBitNumber(DAUI) | OpcodeToBitNumber(BC) | OpcodeToBitNumber(BALC);
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/mips32r6/
valid-mips32r6-el.txt 10 0xb8 0x96 0x37 0xe8 # CHECK: balc 14572256
  /external/llvm/lib/Target/Mips/
Mips32r6InstrInfo.td 335 class BALC_DESC : BC_DESC_BASE<"balc", brtarget26> {
662 def BALC : R6MMR6Rel, BALC_ENC, BALC_DESC, ISA_MIPS32R6;
    [all...]
  /external/llvm/test/MC/Mips/micromips32r6/
valid.s 29 balc 7286128 # CHECK: balc 7286128 # encoding: [0xb4,0x37,0x96,0xb8]
  /external/llvm/test/MC/Disassembler/Mips/micromips32r6/
valid.txt 47 0xb4 0x37 0x96 0xb8 # CHECK: balc 7286128

Completed in 7272 milliseconds

1 2