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

  /external/llvm/test/MC/AArch64/
alias-logicalimm.s 16 bics x0, x1, #2
21 bics w0, w1, #2
arm64-logical-encoding.s 116 bics w1, w2, w3
117 bics x1, x2, x3
118 bics w1, w2, w3, lsl #3
119 bics x1, x2, x3, lsl #3
120 bics w1, w2, w3, lsr #3
121 bics x1, x2, x3, lsr #3
122 bics w1, w2, w3, asr #3
123 bics x1, x2, x3, asr #3
124 bics w1, w2, w3, ror #3
125 bics x1, x2, x3, ror #
    [all...]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /bionic/libc/arch-arm/generic/bionic/
strcpy.S 54 bics r2, r2, r3
68 bics r2, r2, r3
73 bics r2, r2, r4
strcmp.S 205 bics r3, r3, #0xff000000
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 78 bics has_nul2, tmp3, tmp4
string_copy.S 237 bics has_nul1, tmp1, tmp2
strncmp.S 92 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
  /external/llvm/test/MC/ARM/
arm_instructions.s 52 @ CHECK: bics r1, r2, r3 @ encoding: [0x03,0x10,0xd2,0xe1]
53 bics r1,r2,r3
basic-thumb-instructions.s 160 @ BICS
162 bics r1, r6
164 @ CHECK: bics r1, r6 @ encoding: [0xb1,0x43]
basic-thumb2-instructions.s 275 bics r11, r10, #0xffffffff
294 @ CHECK: bics r11, r10, #4294967295 @ encoding: [0x3a,0xf0,0xff,0x3b]
    [all...]
  /bionic/libc/arch-arm/bionic/
strcmp.S 205 bics r3, r3, #0xff000000
  /external/valgrind/main/none/tests/arm/
v6intThumb.stdout.exp 256 BICS-16 0x10E
257 bics r1, r2 :: rd 0x10414807 rm 0x27181728, c:v-in 0, cpsr 0x00000000
258 bics r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
259 bics r1, r2 :: rd 0x00000001 rm 0x00000000, c:v-in 0, cpsr 0x00000000
260 bics r1, r2 :: rd 0x00000000 rm 0x00000001, c:v-in 0, cpsr 0x40000000 Z
261 bics r1, r2 :: rd 0x80000000 rm 0x00000000, c:v-in 0, cpsr 0x80000000 N
262 bics r1, r2 :: rd 0x00000000 rm 0x80000000, c:v-in 0, cpsr 0x40000000 Z
263 bics r1, r2 :: rd 0x00000000 rm 0x80000000, c:v-in 0, cpsr 0x40000000 Z
264 bics r1, r2 :: rd 0x10414807 rm 0x27181728, c:v-in 1, cpsr 0x10000000 V
265 bics r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x50000000 Z
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 424 bics r3, r3, #0xff000000
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 665 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
666 COMPARE(bics(fp, x0, Operand(0xfffffffeffffffffL)),
741 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
742 COMPARE(bics(x18, x19, Operand(x20, LSL, 5)), "bics x18, x19, x20, lsl #5");
743 COMPARE(bics(w21, w22, Operand(w23, LSR, 6)), "bics w21, w22, w23, lsr #6");
744 COMPARE(bics(x24, x25, Operand(x26, ASR, 7)), "bics x24, x25, x26, asr #7")
    [all...]
test-assembler-arm64.cc 883 TEST(bics) {
889 __ Bics(w0, w1, Operand(w1));
899 __ Bics(w0, w0, Operand(w0, LSR, 1));
910 __ Bics(x0, x0, Operand(x1, ROR, 1));
920 __ Bics(x0, x0, Operand(0x7fffffffffffffffL));
930 __ Bics(w0, w0, Operand(0xfffffff0));
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 635 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
636 COMPARE(bics(x29, x0, Operand(0xfffffffeffffffff)),
711 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
712 COMPARE(bics(x18, x19, Operand(x20, LSL, 5)), "bics x18, x19, x20, lsl #5");
713 COMPARE(bics(w21, w22, Operand(w23, LSR, 6)), "bics w21, w22, w23, lsr #6");
714 COMPARE(bics(x24, x25, Operand(x26, ASR, 7)), "bics x24, x25, x26, asr #7")
    [all...]
test-assembler-a64.cc 840 TEST(bics) {
845 __ Bics(w0, w1, Operand(w1));
855 __ Bics(w0, w0, Operand(w0, LSR, 1));
866 __ Bics(x0, x0, Operand(x1, ROR, 1));
876 __ Bics(x0, x0, 0x7fffffffffffffff);
886 __ Bics(w0, w0, 0xfffffff0);
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
assembler-arm64.cc 977 void Assembler::bics(const Register& rd, function in class:v8::internal::Assembler
980 Logical(rd, rn, operand, BICS);
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 819 void bics(const Register& rd,
    [all...]
assembler-a64.cc 665 void Assembler::bics(const Register& rd, function in class:vixl::Assembler
668 Logical(rd, rn, operand, BICS);
    [all...]

Completed in 311 milliseconds