Searched refs:bl (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Delf-reloc-uncondbrimm.s5 bl somewhere
/external/llvm/test/MC/ARM/
H A D2013-03-18-Br-to-label-named-like-reg.s4 @ CHECK: bl r1
6 bl r1
H A Delf-reloc-condcall.s5 bl some_label
H A Dthumb-branches.s5 bl end
9 bl end2
14 bl end3
19 bl end4
H A Darm-branch-errors.s8 bl #2
14 @ CHECK: bl #2
H A Darm-branches.s8 bl #4
13 @ CHECK: bl #4 @ encoding: [0x01,0x00,0x00,0xeb]
H A Delf-thumbfunc-reloc2.s18 bl foo(PLT)
23 // make sure that bl 0 <foo> (fff7feff) is correctly encoded
/external/compiler-rt/test/BlocksRuntime/
H A DobjectRRGC.c52 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; local
53 if ((bl->flags & BLOCK_HAS_DESCRIPTOR) != BLOCK_HAS_DESCRIPTOR) {
57 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) {
63 //printf("destbuffer is at %p, block at %p\n", destBuffer, (void *)bl);
65 bl->descriptor->copy(destBuffer, bl);
66 bl->descriptor->dispose(bl);
H A Dobjectassign.c55 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; local
56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) {
62 //printf("destbuffer is at %p, block at %p\n", destBuffer, (void *)bl);
64 bl->descriptor->copy(destBuffer, bl);
65 bl->descriptor->dispose(bl);
/external/boringssl/src/util/fipstools/testdata/ppc64le-GlobalEntry/
H A Din.s9 bl
/external/syslinux/memdisk/
H A Dmemset.S58 movb %cl,%bl
67 movb %cl,%bl
71 testb $2,%bl
76 testb $1,%bl
/external/clang/test/PCH/
H A Dblocks.h3 int call_block(int (^bl)(int x, int y), int a, int b) {
4 return bl(a, b);
H A Dtypes.c29 void test_block_ptr(Block *bl) { argument
30 *bl = ^(int x, float f) { return x; };
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal.S42 bl load_gpr
47 bl load_fpu
52 bl load_vmx
57 bl load_vsx
73 bl load_gpr
80 bl load_fpu
87 bl load_vmx
94 bl load_vsx
/external/boringssl/src/util/fipstools/testdata/ppc64le-Sample2/
H A Dout.s58 bl .Lbcm_loadtoc__dot_LC1
73 bl .Lbcm_loadtoc__dot_LC2
87 bl .Lbcm_loadtoc__dot_LANCHOR0
99 bl .Lbcm_loadtoc__dot_LC4
113 bl .Lbcm_loadtoc__dot_LC0
127 bl .Lbcm_loadtoc__dot_LC3
141 bl .Lbcm_loadtoc__dot_Lfunction_local_target
154 bl .Lbcm_loadtoc__dot_LC6
167 bl .Lbcm_loadtoc__dot_LC5
179 bl
[all...]
H A Din.s68 bl __fprintf_chk
74 bl __fprintf_chk
80 bl __fprintf_chk
86 bl __fprintf_chk
92 bl __fprintf_chk
98 bl __fprintf_chk
130 bl __fprintf_chk
138 bl __fprintf_chk
146 bl __fprintf_chk
154 bl __fprintf_ch
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
H A Daeabi_uidivmod.S25 bl SYMBOL_NAME(__udivmodsi4)
H A Dsync_synchronize.S28 bl _OSMemoryBarrier
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java135 for (int bl = 0, blCount = blockMap.length; bl < blCount; ++ bl)
137 final int [] lines = blockMap [bl];
153 blockIDs.add (bl);
198 for (int bl = 0; bl < m_blockMap.length; ++ bl)
201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl]
[all...]
/external/syslinux/com32/lib/
H A Dmemset.S62 movb %cl,%bl
71 movb %cl,%bl
75 testb $2,%bl
80 testb $1,%bl
/external/ipsec-tools/src/racoon/
H A Dmisc.c96 bit2str(n, bl)
97 int n, bl;
103 if (bl > MAXBITLEN)
105 memset(b, '0', bl);
106 b[bl] = '\0';
108 for (i = 0; i < bl; i++) {
110 b[bl - 1 - i] = '1';
/external/clang/test/CodeGen/
H A Dzvector.c18 volatile vector bool long long bl, bl2; variable
354 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
357 sl = bl + sl2;
366 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
369 ul = bl + ul2;
542 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
545 sl = bl - sl2;
554 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
557 ul = bl - ul2;
951 bl
[all...]
/external/boringssl/src/util/fipstools/testdata/ppc64le-Sample/
H A Dout.s99 bl .Lbcm_loadtoc__dot_LC0
115 bl .Lbcm_loadtoc__dot_LC1
128 bl .Lbcm_loadtoc__dot_LkString_local_target
135 # WAS bl fprintf
136 bl bcm_redirector_fprintf
145 bl .Lbcm_loadtoc__dot_LC0
161 bl .Lbcm_loadtoc__dot_LC2
174 bl .Lbcm_loadtoc__dot_LC3
182 # WAS bl fprintf
183 bl bcm_redirector_fprint
[all...]
H A Din.s75 bl fprintf
85 bl fprintf
95 bl fprintf
105 bl fprintf
115 bl fprintf
125 bl fprintf
127 bl exported_function
150 bl function

Completed in 2093 milliseconds

1234567891011>>