/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/micromips32r6/ |
relocations.s | 8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A] 38 balc bar
|
/external/llvm/test/MC/Mips/micromips64r6/ |
relocations.s | 8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A] 42 balc bar
|
/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]
|
/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]
|
/art/disassembler/ |
disassembler_mips.cc | 342 { kJTypeMask, 58u << kOpcodeShift, "balc", "P" }, 574 case 'P': // 26-bit offset in bc and balc. [all...] |
/art/compiler/utils/mips64/ |
assembler_mips64_test.cc | 680 TEST_F(AssemblerMIPS64Test, Balc) { 682 __ Balc(&label1); 688 __ Balc(&label2); 694 __ Balc(&label1); 698 "balc 1f\n" + 701 "balc 2f\n" + 704 "balc 1b\n"; 705 DriverStr(expected, "Balc"); 715 __ Balc(&label1); 720 __ Balc(&label2) [all...] |
/external/v8/src/mips/ |
assembler-mips.cc | 495 opcode == BALC || 505 // Checks if the instruction is a BC or BALC. 506 return opcode == BC || opcode == BALC; 997 // Checks BC or BALC. 999 case BALC: 1278 void Assembler::balc(int32_t offset) { function in class:v8::Assembler [all...] |
constants-mips.h | 393 BALC = ((7U << 3) + 2) << kOpcodeShift, 921 OpcodeToBitNumber(BALC); [all...] |
assembler-mips.h | 604 void balc(int32_t offset); 605 inline void balc(Label* L) { balc(shifted_branch_offset26(L)); } [all...] |
disasm-mips.cc | [all...] |
/external/v8/src/mips64/ |
assembler-mips64.cc | 476 opcode == BALC || 486 // Checks if the instruction is a BC or BALC. 487 return opcode == BC || opcode == BALC; 964 // Checks BC or BALC. 966 case BALC: 1264 void Assembler::balc(int32_t offset) { function in class:v8::internal::Assembler [all...] |
constants-mips64.h | 374 BALC = ((7U << 3) + 2) << kOpcodeShift, 956 OpcodeToBitNumber(BC) | OpcodeToBitNumber(BALC); [all...] |
assembler-mips64.h | 611 void balc(int32_t offset); 612 inline void balc(Label* L) { balc(shifted_branch_offset26(L)); } [all...] |
/external/llvm/lib/Target/Mips/ |
Mips32r6InstrInfo.td | 387 class BALC_DESC : BC_DESC_BASE<"balc", brtarget26> { 749 def BALC : R6MMR6Rel, BALC_ENC, BALC_DESC, ISA_MIPS32R6; [all...] |
MipsInstrInfo.cpp | 302 return Mips::BALC;
|
/external/llvm/test/MC/Disassembler/Mips/mips32r6/ |
valid-mips32r6-el.txt | 10 0xb8 0x96 0x37 0xe8 # CHECK: balc 14572260
|
valid-mips32r6.txt | 183 0xe8 0x37 0x96 0xb8 # CHECK: balc 14572260
|