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

  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.mk 31 BL2_SOURCES += bl2/bl2_main.c \
32 bl2/aarch64/bl2_entrypoint.S \
33 bl2/aarch64/bl2_arch_setup.c \
37 BL2_LINKERFILE := bl2/bl2.ld.S
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/
tlsbin.s 12 bl2: .space 4 label
37 lda $1, bl2+2($9) !tprel
42 ldq $1, bl2+4($gp) !gottprel
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsbin.s 12 bl2: .space 4 label
45 addl r15 = @tprel(bl2#) + 2, r2
48 movl r15 = @tprel(bl2#) + 1
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunnopic32.s 6 bl2: .word 0 label
58 sethi %tie_hi22(bl2), %o5
59 add %o5, %tie_lo10(bl2), %o1
60 ld [%l1 + %o1], %o2, %tie_ld(bl2)
61 stb %o3, [%g7 + %o2], %tie_add(bl2)
tlssunnopic64.s 6 bl2: .word 0 label
62 sethi %tie_hi22(bl2), %o5
63 add %o5, %tie_lo10(bl2), %o1
64 ldx [%l1 + %o1], %o2, %tie_ldx(bl2)
65 stb %o3, [%g7 + %o2], %tie_add(bl2)
tlssunbin32.s 13 bl2: .word 0 label
82 sethi %tle_hix22(bl2+2), %o0
83 xor %o0, %tle_lox10(bl2+2), %o0
tlssunbin64.s 13 bl2: .word 0 label
86 sethi %tle_hix22(bl2+2), %o0
87 xor %o0, %tle_lox10(bl2+2), %o0
  /external/clang/test/CodeGen/
zvector.c 18 volatile vector bool long long bl, bl2; variable
351 // CHECK: [[VAL2:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl2
353 sl = sl + bl2;
363 // CHECK: [[VAL2:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl2
365 ul = ul + bl2;
436 // CHECK: [[VAL2:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl2
439 sl += bl2;
444 // CHECK: [[VAL2:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl2
447 ul += bl2;
539 // CHECK: [[VAL2:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl2
    [all...]
  /external/clang/test/CodeGenCXX/
reference-in-blocks.cpp 38 void (^bl2)(range<int>& ) = ^(range<int>& i){printf("Hello Blocks %d\n", i.get()); };
  /external/clang/test/Sema/
zvector.c 19 vector bool long long bl, bl2; variable
60 bl = bl2;
123 sl = (vector signed long long)bl2;
140 si = (vector signed int)bl2;
167 ++bl2; // expected-error {{cannot increment}}
207 --bl2; // expected-error {{cannot decrement}}
247 bl = +bl2; // expected-error {{invalid argument type}}
273 bl = -bl2; // expected-error {{invalid argument type}}
299 bl = ~bl2;
348 bl = bl + bl2; // expected-error {{invalid operands}
753 bl <<= bl2; \/\/ expected-error {{invalid operands}} local
853 bl >>= bl2; \/\/ expected-error {{invalid operands}} local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsnopic1.s 6 bl2: .space 4 label
50 movl bl2@indntpoff, %edx
tlsbin.s 12 bl2: .space 4 label
136 movl $2+bl2@ntpoff, %eax
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsbin.s 12 bl2: .space 4 label
69 movq $2+bl2@tpoff, %r9
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
tlsbin.s 6 bl2: .space 4 label
49 1: .long bl2@GOTTPOFF
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
tlsbin.s 12 bl2: .space 4 label
tlsbin_64.s 12 bl2: .space 4 label
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 165 include bl2/bl2.mk
166 # Using the ARM Trusted Firmware BL2 implies that a BL3-3 image also need to be supplied for the FIP.
383 BUILD_TARGETS := all bl1 bl2 bl31 bl32 fip
557 $(if ${BL2}, $(eval $(call MAKE_TOOL_ARGS,2,${BL2},in_fip,${CERTS})),\
627 @echo "usage: ${MAKE} PLAT=<${HELP_PLATFORMS}> <all|bl1|bl2|bl31|distclean|clean|checkcodebase|checkpatch>"
633 @echo " all Build the BL1, BL2 and BL31 binaries"
635 @echo " bl2 Build the BL2 binary
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 1257 BlockCnt bl1, bl2; local
    [all...]
  /external/skia/third_party/lua/src/
lparser.c 1257 BlockCnt bl1, bl2; local
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 1257 BlockCnt bl1, bl2; local
    [all...]

Completed in 642 milliseconds