HomeSort by relevance Sort by last modified time
    Searched defs:bne (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
br_insn.s 14 .global bne
15 bne: label
16 bne *-8 label
17 bne *+0xf46 label
18 bne *-0xf7812 label
  /external/boringssl/src/crypto/curve25519/asm/
x25519-asm-arm.S 2009 bne ._skipfinalcopy label
    [all...]
  /external/llvm/test/MC/Lanai/
v11.s 67 bne 0x123454 label
107 bne.r 0x5678
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 53 // BNE +0, 32-bit, encoding T3. Bits 0-10, 11, 13, 16-21, 26 are placeholder for target offset.
614 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); local
616 const std::vector<uint8_t> expected_code = RawCode({bne, ldr});
617 ASSERT_EQ(kMethodCodeSize, expected_code.size()) << "bne=0x" << std::hex << bne; local
664 EXPECT_EQ(0xd100u, GetOutputInsn16(gray_check_offset + 8u) & 0xff00u); // BNE
719 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); local
721 const std::vector<uint8_t> expected_code = RawCode({bne, ldr})
722 ASSERT_EQ(kMethodCodeSize, expected_code.size()) << "bne=0x" << std::hex << bne; local
898 const uint32_t bne = BneWWithOffset(kLiteralOffset1, RoundUp(raw_code1.size(), kArmAlignment)); local
1007 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); local
1089 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); local
1149 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/fr30/
allinsn.s 208 .global bne
209 bne: label
210 bne footext
270 bne:d delay_footext
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
allinsn.s 222 .global bne
223 bne: label
224 bne %0,%0,footext
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
allinsn.s 130 .global bne
131 bne: label
132 bne fp,fp,footext
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mep/
allinsn.s 630 .global bne
631 bne: label
632 bne $6,$3,0
633 bne $sp,$3,-8
634 bne $8,$0,2
635 bne $gp,$sp,8
636 bne $sp,$4,2
  /external/v8/src/mips/
assembler-mips.cc 489 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ ||
535 return GetOpcodeField(instr) == BNE;
1405 void Assembler::bne(Register rs, Register rt, int16_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 471 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ ||
517 return GetOpcodeField(instr) == BNE;
1392 void Assembler::bne(Register rs, Register rt, int16_t offset) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-opcm.h 37 brld, bra, brad, brald, microblaze_brk, beq, beqd, bne, bned, blt, enumerator in enum:microblaze_instr
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
allinsn.s 1066 .global bne
1067 bne: label
1068 bne icc0,0,footext

Completed in 341 milliseconds