/external/llvm/test/CodeGen/PowerPC/ |
D | ppc32-pic-large.ll | 1 … %s -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=LARGE-BSS %s 15 ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]: 16 ; LARGE-BSS-NEXT: .long .LTOC-[[PB:\.L[0-9]+\$pb]] 17 ; LARGE-BSS-NEXT: foo: 18 ; LARGE-BSS: stw 30, -8(1) 19 ; LARGE-BSS: bl [[PB]] 20 ; LARGE-BSS-NEXT: [[PB]]: 21 ; LARGE-BSS: mflr 30 22 ; LARGE-BSS: lwz [[REG:[0-9]+]], [[POFF]]-[[PB]](30) 23 ; LARGE-BSS-NEXT: add 30, [[REG]], 30 [all …]
|
D | ppc32-pic.ll | 1 … %s -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=SMALL-BSS %s 15 ; SMALL-BSS-LABEL:foo: 16 ; SMALL-BSS: stw 30, -8(1) 17 ; SMALL-BSS: stwu 1, -32(1) 18 ; SMALL-BSS: bl _GLOBAL_OFFSET_TABLE_@local-4 19 ; SMALL-BSS: mflr 30 20 ; SMALL-BSS-DAG: stw {{[0-9]+}}, 8(1) 21 ; SMALL-BSS-DAG: lwz [[VREG:[0-9]+]], bar@GOT(30) 22 ; SMALL-BSS-DAG: lwz {{[0-9]+}}, 0([[VREG]]) 23 ; SMALL-BSS: bl call_foo@PLT [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc32-pic-large.ll | 1 …ple=powerpc-unknown-linux-gnu -relocation-model=pic | FileCheck --check-prefixes=LARGE,LARGE-BSS %s 34 ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]: 35 ; LARGE-BSS-NEXT: .long .LTOC-[[PB:\.L[0-9]+\$pb]] 36 ; LARGE-BSS-NEXT: foo: 37 ; LARGE-BSS: stwu 1, -32(1) 38 ; LARGE-BSS: stw 30, 24(1) 39 ; LARGE-BSS: bl [[PB]] 40 ; LARGE-BSS-NEXT: [[PB]]: 41 ; LARGE-BSS: mflr 30 42 ; LARGE-BSS: lwz [[REG:[0-9]+]], [[POFF]]-[[PB]](30) [all …]
|
D | ppc32-pic.ll | 2 ; RUN: FileCheck -check-prefixes=SMALL,SMALL-BSS %s 21 ; SMALL-BSS: bl _GLOBAL_OFFSET_TABLE_@local-4
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/ |
D | remove-section.test | 7 …N: llvm-objdump --section-headers %t.remove-bss.o | FileCheck %s --check-prefix=SECTIONS-REMOVE-BSS 8 # RUN: llvm-objdump -t %t.remove-bss.o | FileCheck %s --check-prefix=SYMBOLS-REMOVE-BSS 54 # SECTIONS-REMOVE-BSS: Sections: 55 # SECTIONS-REMOVE-BSS-NEXT: Idx Name 56 # SECTIONS-REMOVE-BSS-NEXT: 0 .text 57 # SECTIONS-REMOVE-BSS-NEXT: 1 .comdat 58 # SECTIONS-REMOVE-BSS-NEXT: 2 .associative 59 # SECTIONS-REMOVE-BSS-EMPTY: 61 # SYMBOLS-REMOVE-BSS: SYMBOL TABLE: 62 # SYMBOLS-REMOVE-BSS-NEXT: {{.*}}(sec -1){{.*}} @feat.00 [all …]
|
/external/llvm-project/lld/test/wasm/ |
D | custom-section-name.ll | 3 ; RUN: obj2yaml %t.wasm | FileCheck %s --check-prefixes=CHECK,NO-BSS 5 ; RUN: obj2yaml %t.bss.wasm | FileCheck %s --check-prefixes=CHECK,BSS 37 ; BSS-NEXT: - SectionOffset: 37 38 ; BSS-NEXT: InitFlags: 0 39 ; BSS-NEXT: Offset: 40 ; BSS-NEXT: Opcode: I32_CONST 41 ; BSS-NEXT: Value: 1036 42 ; BSS-NEXT: Content: '00000000' 43 ; NO-BSS-NOT: - SectionOffset:
|
/external/wpa_supplicant_8/hostapd/ |
D | README-MULTI-AP | 43 will be bridged into a LAN together with (one of) the fronthaul BSS(s) and the 62 The AP side of the backhaul link is called a "backhaul BSS". Such a BSS must 66 This is important because it is possible to use the same BSS and SSID for 70 normal STA (fronthaul, when it's a fronthaul and backhaul BSS) must use 73 A BSS is configured in Multi-AP mode in hostapd by setting the 'multi_ap' 74 configuration option to 1 (backhaul BSS), 2 (fronthaul BSS), or 3 75 (simultaneous backhaul and fronthaul BSS). If this option is set, hostapd 77 station is a backhaul STA and the BSS is configured as a backhaul BSS, 84 If 'multi_ap' is 1 (backhaul BSS only), any station that tries to associate 87 If 'multi_ap' is 2 (fronthaul BSS only), any station that tries to associate [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | zero-initialized-in-bss.ll | 1 ; RUN: llc < %s -mtriple=x86_64 | FileCheck %s --check-prefix=BSS 3 ; BSS: .bss 4 ; BSS-NEXT: .globl a 5 ; BSS: .section .tbss,"awT",@nobits 6 ; BSS-NEXT: .globl b
|
/external/llvm/test/Object/ |
D | objdump-section-content.test | 5 RUN: | FileCheck %s -check-prefix BSS 23 BSS: Contents of section .bss: 24 BSS-NEXT: <skipping contents of bss section at [12c8, 12cc)>
|
/external/llvm-project/llvm/test/Object/ |
D | objdump-section-content.test | 38 # RUN: | FileCheck %s -check-prefix BSS 40 # BSS: Contents of section .bss: 41 # BSS-NEXT: <skipping contents of bss section at [12c8, 12cc)>
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | SectionKind.h | 89 BSS, enumerator 159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() 197 static SectionKind getBSS() { return get(BSS); } in getBSS()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 87 BSS, enumerator 154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() 191 static SectionKind getBSS() { return get(BSS); } in getBSS()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 89 BSS, enumerator 159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() 197 static SectionKind getBSS() { return get(BSS); } in getBSS()
|
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-BSS/ |
D | in.s | 4 # BSS declarations emit accessors. 8 # BSS symbols may also be emitted in .bss sections.
|
D | out.s | 8 # BSS declarations emit accessors. 12 # BSS symbols may also be emitted in .bss sections.
|
/external/autotest/server/site_tests/network_WiFi_ChannelHop/ |
D | control | 13 The channel hop test verifies that the DUT, connected to a BSS on one 15 the BSS.
|
/external/autotest/server/site_tests/network_WiFi_SecChange/ |
D | control | 13 This test checks that we can connect to a BSS after it changes security modes. 14 In particular, we change the security of a BSS from WPA to open and assert that
|
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
D | control.PSK | 14 key management suite (i.e. WPA-PSK with Fast BSS Transition) in full view of the 15 DUT. Fast BSS Transition is part of the 802.11r protocol, which describes a
|
D | control.EAP | 14 key management suite (i.e. WPA-EAP with Fast BSS Transition) in full view of the 15 DUT. Fast BSS Transition is part of the 802.11r protocol, which describes a
|
/external/llvm-project/llvm/test/tools/llvm-objdump/XCOFF/ |
D | section-headers.test | 18 # CHECK: 2 .bss 00000004 000000a4 BSS 20 # CHECK: 4 .tbss 00000004 00000008 BSS
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | sections.s | 22 # SEC-DEFAULT: 4 .bss 00000002 {{[0-9a-f]*}} BSS 40 # SEC-SWAP-NAMES: 4 .bss 00000002 {{[0-9a-f]*}} BSS 62 # SEC-MULTI-NEXT: .bss 00000002 {{[0-9a-f]*}} BSS
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/arc_emsdp/ |
D | emsdp.lcf | 19 # - move BSS from PSRAM to XCCM (includes tensor arena) 65 * (BSS): {}
|
/external/llvm-project/llvm/test/tools/obj2yaml/COFF/ |
D | bss.s | 8 # CHECK: .bss 00000004 0000000000000000 BSS
|
/external/llvm-project/lld/test/ELF/ |
D | bss-start-common.s | 10 # CHECK: 2 .bss 00000004 [[ADDR:[0-za-f]+]] BSS
|
D | sectionstart-noallochdr.s | 12 # CHECK-NEXT: 3 .bss 00000004 0000000000000030 BSS
|