HomeSort by relevance Sort by last modified time
    Searched refs:b0 (Results 101 - 125 of 1438) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
InterlockedCompareExchange32.s 28 br.ret.sptk.many b0
InterlockedCompareExchange64.s 27 br.ret.sptk.many b0
AccessPsr.s 42 br.ret.dpnt b0;;
69 br.ret.dpnt b0;;
105 (p6) br.ret.dpnt b0;;
109 br.ret.dpnt b0;;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AccessPmr.s 40 br.ret.dpnt b0;;
68 br.ret.dpnt b0;;
95 br.ret.dpnt b0;;
123 br.ret.dpnt b0;;
GetInterruptState.s 26 br.ret.sptk.many b0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Ipf/
InterlockedCompareExchange16.s 29 br.ret.sptk.many b0
InterlockedCompareExchange32.s 28 br.ret.sptk.many b0
InterlockedCompareExchange64.s 27 br.ret.sptk.many b0
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Ipf/
FpuRmode.s 10 br.sptk.few b0
  /external/clang/test/Sema/
tentative-decls.c 64 static int b0; variable
67 static int b0 = 5; variable
  /external/libffi/testsuite/libffi.call/
stret_large.c 33 struct_108byte b0,
40 result.a = b0.a + b1.a + b2.a + b3.a;
41 result.b = b0.b + b1.b + b2.b + b3.b;
42 result.c = b0.c + b1.c + b2.c + b3.c;
43 result.d = b0.d + b1.d + b2.d + b3.d;
44 result.e = b0.e + b1.e + b2.e + b3.e;
45 result.f = b0.f + b1.f + b2.f + b3.f;
46 result.g = b0.g + b1.g + b2.g + b3.g;
47 result.h = b0.h + b1.h + b2.h + b3.h;
48 result.i = b0.i + b1.i + b2.i + b3.i
65 struct_108byte b0, b1, b2, b3; local
    [all...]
  /external/llvm/test/MC/AArch64/
neon-scalar-saturating-add-sub.s 6 sqadd b0, b1, b2
11 // CHECK: sqadd b0, b1, b2 // encoding: [0x20,0x0c,0x22,0x5e]
19 uqadd b0, b1, b2
24 // CHECK: uqadd b0, b1, b2 // encoding: [0x20,0x0c,0x22,0x7e]
32 sqsub b0, b1, b2
37 // CHECK: sqsub b0, b1, b2 // encoding: [0x20,0x2c,0x22,0x5e]
45 uqsub b0, b1, b2
50 // CHECK: uqsub b0, b1, b2 // encoding: [0x20,0x2c,0x22,0x7e]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
stret_large.c 33 struct_108byte b0,
40 result.a = b0.a + b1.a + b2.a + b3.a;
41 result.b = b0.b + b1.b + b2.b + b3.b;
42 result.c = b0.c + b1.c + b2.c + b3.c;
43 result.d = b0.d + b1.d + b2.d + b3.d;
44 result.e = b0.e + b1.e + b2.e + b3.e;
45 result.f = b0.f + b1.f + b2.f + b3.f;
46 result.g = b0.g + b1.g + b2.g + b3.g;
47 result.h = b0.h + b1.h + b2.h + b3.h;
48 result.i = b0.i + b1.i + b2.i + b3.i
65 struct_108byte b0, b1, b2, b3; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
stret_large.c 33 struct_108byte b0,
40 result.a = b0.a + b1.a + b2.a + b3.a;
41 result.b = b0.b + b1.b + b2.b + b3.b;
42 result.c = b0.c + b1.c + b2.c + b3.c;
43 result.d = b0.d + b1.d + b2.d + b3.d;
44 result.e = b0.e + b1.e + b2.e + b3.e;
45 result.f = b0.f + b1.f + b2.f + b3.f;
46 result.g = b0.g + b1.g + b2.g + b3.g;
47 result.h = b0.h + b1.h + b2.h + b3.h;
48 result.i = b0.i + b1.i + b2.i + b3.i
65 struct_108byte b0, b1, b2, b3; local
    [all...]
  /external/v8/tools/sanitizers/
sancov_formatter_test.py 127 'src/baz/bar.h': [[0, 0b0], [3, 0b11], [7, 0b11], [8, 0b0]],
128 'src/baz.cc': [[1, 0b0], [2, 0b101]],
129 'src/foo.cc': [[1, 0b1], [11, 0b10], [92, 0b100], [93, 0b0]],
145 'src/baz/bar.h': [[0, 0b0], [3, 0b11], [7, 0b11], [8, 0b0]],
155 'src/baz.cc': [[1, 0b0], [2, 0b101]],
165 'src/foo.cc': [[1, 0b1], [11, 0b10], [92, 0b100], [93, 0b0]],
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15585.go 14 b0 := 1 << uint(q0)
16 l = ((b0 << 1) | b1) << 1
17 c = b0 | b1 | (-1 << uint(n))
18 r = ((b0 >> 1) | b1) >> 1
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15585.go 14 b0 := 1 << uint(q0)
16 l = ((b0 << 1) | b1) << 1
17 c = b0 | b1 | (-1 << uint(n))
18 r = ((b0 >> 1) | b1) >> 1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
diffexp-ovwr.d 18 00b0 00000000 00000000 00000000 00000000 .*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-branch.s 11 (p6) br.call.sptk.many b0 = b6 // if taken, clears b6/r2 usage
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr20244-2b.d 10 80490b0 00000000 00000000 00000000 ............
  /external/libpcap/
gencode.c 821 * Merge the lists in b0 and b1, using the 'sense' field to indicate
825 merge(b0, b1)
826 struct block *b0, *b1;
828 register struct block **p = &b0;
888 gen_and(b0, b1)
889 struct block *b0, *b1;
891 backpatch(b0, b1->head);
892 b0->sense = !b0->sense;
894 merge(b1, b0);
1830 struct block *b0, *b1; local
2068 struct block *b0, *b1; local
2940 struct block *b0; local
2986 struct block *b0, *b1, *b2; local
3547 struct block *b0, *b1; local
3618 struct block *b0, *b1; local
3642 struct block *b0, *b1; local
3661 struct block *b0, *b1; local
3680 struct block *b0, *b1; local
3698 struct block *b0, *b1; local
3804 struct block *b0, *b1; local
3844 struct block *b0, *b1; local
3893 register struct block *b0, *b1; local
3949 struct block *b0, *b1; local
4005 register struct block *b0, *b1; local
4062 register struct block *b0, *b1, *b2; local
4486 register struct block *b0, *b1; local
4557 struct block *b0, *b1, *b2, *tmp; local
4631 struct block *b0, *b1; local
4660 struct block *b0, *b1; local
4911 struct block *b0, *b1, *tmp; local
4978 struct block *b0; local
5255 struct block *b0, *b1, *tmp; local
5295 struct block *b0, *b1, *tmp; local
5341 struct block *b0, *b1, *tmp; local
5380 struct block *b0, *b1, *tmp; local
5437 struct block *b0, *b1, *tmp; local
5478 struct block *b0, *b1, *tmp; local
5534 struct block *b0, *b1, *tmp; local
5574 struct block *b0, *b1, *tmp; local
5949 struct block *b0, *b1; local
5983 struct block *b0, *b1; local
7279 struct block *b0, *b1, *b2; local
7344 register struct block *b0; local
7358 register struct block *b0, *b1, *b2; local
7545 register struct block *b0; local
7670 struct block *b0; local
7692 struct block *b0; local
7714 struct block *b0; local
7730 struct block *b0; local
7746 struct block *b0; local
7762 struct block *b0; local
7827 struct block *b0; local
7850 struct block *b0; local
7899 register struct block *b0, *b1; local
7954 struct block *b0, *b1; local
7985 struct block *b0, *b1; local
8025 struct block *b0; local
8109 struct block *b0, *b1; local
8187 struct block *b0, *b1; local
8261 struct block *b0, *b1; local
8291 struct block *b0, *b1; local
8317 struct block *b0, *b1; local
8495 struct block *b0, *b1; local
8525 struct block *b0; local
8553 struct block *b0; local
8607 struct block *b0, *b1; local
8712 struct block *b0, *b1; local
8780 struct block *b0; local
8914 struct block *b0, *b1; local
    [all...]
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
util_test.py 52 b0 = constant_op.constant(2)
58 self.assertIsNone(ge.util.check_graphs(a0, b0))
61 ge.util.check_graphs(a0, b0, a1, b1)
62 # a0 and b0 belongs to the same graph, should be fine.
63 self.assertEqual(ge.util.get_unique_graph([a0, b0]), g0)
66 ge.util.get_unique_graph([a0, b0, a1, b1])
73 b0 = constant_op.constant(2)
77 self.assertEqual(len(ge.util.make_list_of_op((a0.op, b0.op))), 2)
84 b0 = constant_op.constant(2)
85 c0 = math_ops.add(a0, b0) # pylint: disable=unused-variabl
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns16-d-unit.d 11 [0-9a-f]+[02468ace] <[^>]*> 9c05[ \t]+stw \.D2T2 b0,\*\+b15\(0\)
13 [0-9a-f]+[02468ace] <[^>]*> 9c05[ \t]+stw \.D2T2 b0,\*\+b15\(0\)
15 [0-9a-f]+[02468ace] <[^>]*> fc05[ \t]+stw \.D2T2 b0,\*\+b15\(12\)
18 [0-9a-f]+[02468ace] <[^>]*> 9c0d[ \t]+ldw \.D2T2 \*\+b15\(0\),b0
20 [0-9a-f]+[02468ace] <[^>]*> 9c0d[ \t]+ldw \.D2T2 \*\+b15\(0\),b0
22 [0-9a-f]+[02468ace] <[^>]*> fc0d[ \t]+ldw \.D2T2 \*\+b15\(12\),b0
26 [0-9a-f]+[02468ace] <[^>]*> 0037[ \t]+add \.D2 b0,b0,b0
28 [0-9a-f]+[02468ace] <[^>]*> 0837[ \t]+sub \.D2 b0,b0,b
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phiopt.go 18 // b0
34 pb0, b0 := b, b.Preds[0].b
35 for len(b0.Succs) == 1 && len(b0.Preds) == 1 {
36 pb0, b0 = b0, b0.Preds[0].b
38 if b0.Kind != BlockIf {
45 if b1 != b0 {
48 // b0 is the if block giving the boolean value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phiopt.go 18 // b0
34 pb0, b0 := b, b.Preds[0].b
35 for len(b0.Succs) == 1 && len(b0.Preds) == 1 {
36 pb0, b0 = b0, b0.Preds[0].b
38 if b0.Kind != BlockIf {
45 if b1 != b0 {
48 // b0 is the if block giving the boolean value
    [all...]

Completed in 1116 milliseconds

1 2 3 45 6 7 8 91011>>