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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
inst-family-set-clr-flag.s 42 bclr 0 label
46 bclr 1 label
50 bclr 2 label
54 bclr 3 label
58 bclr 4 label
62 bclr 5 label
66 bclr 6 label
70 bclr 7 label
  /external/u-boot/arch/arc/lib/
start.S 20 bclr r5, r5, 0 ; 0 - Enable, 1 is Disable
39 bclr r5, r5, 6 ; Invalidate (discard w/o wback)
41 bclr r5, r5, 0 ; Enable (+Inv)
57 bclr r5, r5, 6 ; Invalidate (discard w/o wback)
58 bclr r5, r5, 0 ; Enable (+Inv)
  /external/boringssl/src/crypto/perlasm/
ppc-xlate.pl 159 " bclr $bo,0";
166 " bclr $bo,2";
173 " bclr $bo,2";
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-ext.s 32 # CHECK-BE: bclr 12, 0 # encoding: [0x4d,0x80,0x00,0x20]
33 # CHECK-LE: bclr 12, 0 # encoding: [0x20,0x00,0x80,0x4d]
35 # CHECK-BE: bclr 12, 1 # encoding: [0x4d,0x81,0x00,0x20]
36 # CHECK-LE: bclr 12, 1 # encoding: [0x20,0x00,0x81,0x4d]
38 # CHECK-BE: bclr 12, 2 # encoding: [0x4d,0x82,0x00,0x20]
39 # CHECK-LE: bclr 12, 2 # encoding: [0x20,0x00,0x82,0x4d]
41 # CHECK-BE: bclr 12, 3 # encoding: [0x4d,0x83,0x00,0x20]
42 # CHECK-LE: bclr 12, 3 # encoding: [0x20,0x00,0x83,0x4d]
44 # CHECK-BE: bclr 12, 3 # encoding: [0x4d,0x83,0x00,0x20]
45 # CHECK-LE: bclr 12, 3 # encoding: [0x20,0x00,0x83,0x4d
    [all...]
ppc64-encoding.s 51 # CHECK-BE: bclr 4, 10, 3 # encoding: [0x4c,0x8a,0x18,0x20]
52 # CHECK-LE: bclr 4, 10, 3 # encoding: [0x20,0x18,0x8a,0x4c]
53 bclr 4, 10, 3
54 # CHECK-BE: bclr 4, 10 # encoding: [0x4c,0x8a,0x00,0x20]
55 # CHECK-LE: bclr 4, 10 # encoding: [0x20,0x00,0x8a,0x4c]
56 bclr 4, 10
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-ext.s 32 # CHECK-BE: bclr 12, 0 # encoding: [0x4d,0x80,0x00,0x20]
33 # CHECK-LE: bclr 12, 0 # encoding: [0x20,0x00,0x80,0x4d]
35 # CHECK-BE: bclr 12, 1 # encoding: [0x4d,0x81,0x00,0x20]
36 # CHECK-LE: bclr 12, 1 # encoding: [0x20,0x00,0x81,0x4d]
38 # CHECK-BE: bclr 12, 2 # encoding: [0x4d,0x82,0x00,0x20]
39 # CHECK-LE: bclr 12, 2 # encoding: [0x20,0x00,0x82,0x4d]
41 # CHECK-BE: bclr 12, 3 # encoding: [0x4d,0x83,0x00,0x20]
42 # CHECK-LE: bclr 12, 3 # encoding: [0x20,0x00,0x83,0x4d]
44 # CHECK-BE: bclr 12, 3 # encoding: [0x4d,0x83,0x00,0x20]
45 # CHECK-LE: bclr 12, 3 # encoding: [0x20,0x00,0x83,0x4d
    [all...]
ppc64-encoding.s 92 # CHECK-BE: bclr 4, 10, 3 # encoding: [0x4c,0x8a,0x18,0x20]
93 # CHECK-LE: bclr 4, 10, 3 # encoding: [0x20,0x18,0x8a,0x4c]
94 bclr 4, 10, 3
95 # CHECK-BE: bclr 4, 10 # encoding: [0x4c,0x8a,0x00,0x20]
96 # CHECK-LE: bclr 4, 10 # encoding: [0x20,0x00,0x8a,0x4c]
97 bclr 4, 10
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 790 void bclr(BOfield bo, int condition_bit, LKBit lk);
883 void bclr(Condition cond, CRegister cr = cr7, LKBit lk = LeaveLK) { function in class:v8::internal::Assembler
    [all...]
assembler-ppc.cc 722 void Assembler::bclr(BOfield bo, int condition_bit, LKBit lk) { function in class:v8::internal::Assembler
733 void Assembler::blr() { bclr(BA, 0, LeaveLK); }
    [all...]
macro-assembler-ppc.h 447 void Ret(Condition cond, CRegister cr = cr7) { bclr(cond, cr); }
    [all...]
constants-ppc.h     [all...]
  /external/llvm/test/MC/Mips/msa/
test_3r.s 47 # CHECK: bclr.b $w2, $w15, $w29 # encoding: [0x79,0x9d,0x78,0x8d]
48 # CHECK: bclr.h $w16, $w21, $w28 # encoding: [0x79,0xbc,0xac,0x0d]
49 # CHECK: bclr.w $w19, $w2, $w9 # encoding: [0x79,0xc9,0x14,0xcd]
50 # CHECK: bclr.d $w27, $w31, $w4 # encoding: [0x79,0xe4,0xfe,0xcd]
290 bclr.b $w2, $w15, $w29
291 bclr.h $w16, $w21, $w28
292 bclr.w $w19, $w2, $w9
293 bclr.d $w27, $w31, $w4
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/msa/
test_3r.s 47 # CHECK: bclr.b $w2, $w15, $w29 # encoding: [0x79,0x9d,0x78,0x8d]
48 # CHECK: bclr.h $w16, $w21, $w28 # encoding: [0x79,0xbc,0xac,0x0d]
49 # CHECK: bclr.w $w19, $w2, $w9 # encoding: [0x79,0xc9,0x14,0xcd]
50 # CHECK: bclr.d $w27, $w31, $w4 # encoding: [0x79,0xe4,0xfe,0xcd]
290 bclr.b $w2, $w15, $w29
291 bclr.h $w16, $w21, $w28
292 bclr.w $w19, $w2, $w9
293 bclr.d $w27, $w31, $w4
    [all...]
  /external/capstone/suite/MC/Mips/
test_3r.s.cs 46 0x79,0x9d,0x78,0x8d = bclr.b $w2, $w15, $w29
47 0x79,0xbc,0xac,0x0d = bclr.h $w16, $w21, $w28
48 0x79,0xc9,0x14,0xcd = bclr.w $w19, $w2, $w9
49 0x79,0xe4,0xfe,0xcd = bclr.d $w27, $w31, $w4
  /external/llvm/test/MC/Sparc/
sparc-synthetic-instructions.s 94 bclr %g1, %g2
96 bclr 4, %g2
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-synthetic-instructions.s 94 bclr %g1, %g2
96 bclr 4, %g2
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 471 bclr 14,0
1206 bclr 14,0
1835 bclr 14,0
2046 bclr 14,0
    [all...]
  /external/v8/src/mips/
disasm-mips.cc     [all...]
assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.cc     [all...]

Completed in 1047 milliseconds