Searched refs:cbnz (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dthumb-branch-errors.s9 cbnz r2, #1
18 @ CHECK: cbnz r2, #1
H A Dthumb2-cbn-to-next-inst.s8 cbnz r2, L1 @ this can't be encoded, must turn into a nop
11 cbnz r2, L2
26 @ CHECK: a: 0a b9 cbnz r2, #2
H A Dthumbv8m.s44 // CHECK: cbnz r3, .Ltmp0 @ encoding: [0x03'A',0xb9'A']
46 cbnz r3, 1f label
H A Dbasic-thumb2-instructions.s408 cbnz r7, #6
409 cbnz r7, #12
411 cbnz r6, _bar
413 @ CHECK: cbnz r7, #6 @ encoding: [0x1f,0xb9]
414 @ CHECK: cbnz r7, #12 @ encoding: [0x37,0xb9]
419 @ CHECK: cbnz r6, _bar @ encoding: [0x06'A',0xb9'A']
421 @ CHECK-BE: cbnz r6, _bar @ encoding: [0xb9'A',0x06'A']
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s97 cbnz w2, foo
99 cbnz x2, foo
105 cbnz x2, #-1048576
106 ; CHECK: cbnz x2, #-1048576 ; encoding: [0x02,0x00,0x80,0xb5]
H A Dbasic-a64-instructions.s1151 cbnz x2, lbl
1152 cbnz x26, lbl
1157 // CHECK: cbnz x2, lbl // encoding: [0bAAA00010,A,A,0xb5]
1159 // CHECK: cbnz x26, lbl // encoding: [0bAAA11010,A,A,0xb5]
1163 cbnz xzr, lbl
1167 // CHECK: cbnz xzr, lbl // encoding: [0bAAA11111,A,A,0xb5]
1171 cbnz x3, #-4
1173 cbnz xzr, #-1048576
1175 // CHECK: cbnz x3, #-4 // encoding: [0xe3,0xff,0xff,0xb5]
1177 // CHECK: cbnz xz
[all...]
H A Dbasic-a64-diagnostics.s1112 cbnz wsp, lbl
1116 // CHECK-ERROR-NEXT: cbnz wsp, lbl
1126 cbnz xzr, #-1048580
1132 // CHECK-ERROR-NEXT: cbnz xzr, #-1048580
/external/boringssl/linux-aarch64/crypto/bn/
H A Darmv8-mont.S72 cbnz x21,.L1st
137 cbnz x21,.Linner
159 cbnz x20,.Louter
176 cbnz x21,.Lsub
194 cbnz x5,.Lcond_copy
247 cbnz x27,.Lsqr8x_zero
511 cbnz x27,.Lsqr8x_mul
620 cbnz x27,.Lsqr4x_shift_n_add
698 cbnz x27,.Lsqr8x_reduction
764 cbnz x2
[all...]
/external/boringssl/src/crypto/bn/asm/
H A Darmv8-mont.pl129 cbnz $j,.L1st
194 cbnz $j,.Linner
216 cbnz $i,.Louter
233 cbnz $j,.Lsub
251 cbnz $num,.Lcond_copy
316 cbnz $cnt,.Lsqr8x_zero
580 cbnz $cnt,.Lsqr8x_mul
689 cbnz $cnt,.Lsqr4x_shift_n_add
770 cbnz $cnt,.Lsqr8x_reduction
836 cbnz
[all...]
/external/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv8.pl201 cbnz $ctr,.Loop
312 cbnz $len,.Loop_tail
464 cbnz $ctr,.Loop_neon
663 cbnz $len,.Loop_tail_neon
821 cbnz $ctr,.Loop_upper_neon
933 cbnz $ctr,.Loop_lower_neon
/external/boringssl/src/crypto/sha/asm/
H A Dsha1-armv8.pl219 cbnz $num,.Loop
297 cbnz $num,.Loop_hw
H A Dsha512-armv8.pl208 cbnz $t2,.Loop_16_xx
389 cbnz $num,.Loop_hw
/external/boringssl/linux-aarch64/crypto/chacha/
H A Dchacha-armv8.S183 cbnz x4,.Loop
294 cbnz x2,.Loop_tail
588 cbnz x4,.Loop_neon
787 cbnz x2,.Loop_tail_neon
1309 cbnz x4,.Loop_upper_neon
1794 cbnz x4,.Loop_lower_neon
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-thumb2-instructions.s286 cbnz r7, #6
287 cbnz r7, #12
289 cbnz r6, _bar
291 @ CHECK: cbnz r7, #6 @ encoding: [0x1f,0xb9]
292 @ CHECK: cbnz r7, #12 @ encoding: [0x37,0xb9]
295 @ CHECK: cbnz r6, _bar @ encoding: [0x06'A',0xb9'A']
/external/boringssl/linux-aarch64/crypto/sha/
H A Dsha1-armv8.S1064 cbnz x2,.Loop
1196 cbnz x2,.Loop_hw
H A Dsha256-armv8.S944 cbnz w19,.Loop_16_xx
1138 cbnz x2,.Loop_hw
H A Dsha512-armv8.S938 cbnz x19,.Loop_16_xx
/external/v8/src/arm64/
H A Dassembler-arm64.h1001 void cbnz(const Register& rt, Label* label);
1002 void cbnz(const Register& rt, int imm19);
H A Dassembler-arm64.cc1035 void Assembler::cbnz(const Register& rt, function in class:v8::internal::Assembler
1041 void Assembler::cbnz(const Register& rt, function in class:v8::internal::Assembler
1043 cbnz(rt, LinkAndGetInstructionOffsetTo(label));
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc607 cbnz(rt, label);
619 cbnz(rt, &done);
H A Dassembler-aarch64.h518 void cbnz(const Register& rt, Label* label);
521 void cbnz(const Register& rt, int64_t imm19);
H A Dassembler-aarch64.cc242 void Assembler::cbnz(const Register& rt, int64_t imm19) { function in class:vixl::aarch64::Assembler
247 void Assembler::cbnz(const Register& rt, Label* label) { function in class:vixl::aarch64::Assembler
250 cbnz(rt, static_cast<int>(offset));
/external/libjpeg-turbo/simd/
H A Djsimd_arm64_neon.S249 cbnz TMP2, 2f
544 cbnz TMP4, 4f
3326 cbnz x9, 1b
3395 cbnz x9, 1b
/external/valgrind/coregrind/
H A Dm_trampoline.S768 cbnz w1, .L4
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc225 // This is typically the case for cbz and cbnz (other forward branches
1531 cbnz(rn, &done);

Completed in 701 milliseconds

12