/external/swiftshader/third_party/llvm-7.0/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 16 ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]: 17 ; LARGE-BSS-NEXT: .long .LTOC-[[PB:\.L[0-9]+\$pb]] 18 ; LARGE-BSS-NEXT: foo: 19 ; LARGE-BSS: stwu 1, -32(1) 20 ; LARGE-BSS: stw 30, 24(1) 21 ; LARGE-BSS: bl [[PB]] 22 ; LARGE-BSS-NEXT: [[PB]]: 23 ; LARGE-BSS: mflr 30 24 ; LARGE-BSS: lwz [[REG:[0-9]+]], [[POFF]]-[[PB]](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: stwu 1, -32(1) 17 ; SMALL-BSS: stw 30, 24(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/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/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 90 BSS, enumerator 160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() 198 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/include/llvm/MC/ |
D | SectionKind.h | 89 BSS, enumerator 176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() 225 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 | 10 The channel hop test verifies that the DUT, connected to a BSS on one 12 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/u-boot/doc/SPL/ |
D | README.omap3 | 38 0x80000000 - 0x8007FFFF: Area for the SPL BSS. 46 0x87000000 - 0x8707FFFF: Area for the SPL BSS. 52 only vary in where the BSS and malloc pool reside.
|
/external/u-boot/arch/arm/cpu/ |
D | u-boot-spl.lds | 88 "SPL image BSS too big"); 93 "SPL image plus BSS too big");
|
/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
|
D | control.mixedPSK | 15 devices that don't support FT are still compatible with APs that do. Fast BSS
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 361 bool Text, Data, BSS; in PrintSectionHeaders() local 364 if (error(si->isBSS(BSS))) return; in PrintSectionHeaders() 366 (Data ? "DATA " : "") + (BSS ? "BSS" : "")); in PrintSectionHeaders()
|
/external/u-boot/arch/microblaze/cpu/ |
D | u-boot-spl.lds | 61 "SPL image plus BSS too big");
|
/external/autotest/server/site_tests/network_WiFi_BSSTMReq/ |
D | control | 16 network_WiFi_BSSTMReq test which uses these APs to test a BSS Transition
|
/external/u-boot/arch/arm/mach-zynq/ |
D | u-boot-spl.lds | 50 /* Move BSS section to RAM because of FAT */
|
/external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/ |
D | control | 16 802.11n Overlapping BSS detection scans as opposed to wpa_supplicant's
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 286 return ELFObjectWriter::BSS; in classifyGlobalSection() 385 case BSS: { in writeDataOfType() 416 assert(ST == BSS || ST == ROData); in writeDataOfType() 422 assert(ST != BSS); in writeDataOfType()
|