Home
last modified time | relevance | path

Searched refs:GAS (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/test/CodeGen/Mips/
Dinlineasm_constraint.ll2 ; RUN: FileCheck %s -check-prefixes=ALL,GAS
34 ; GAS: addu ${{[0-9]+}}, ${{[0-9]+}}, 64
71 ; GAS: addiu ${{[0-9]+}}, ${{[0-9]+}}, 65535
Dinlineasm-operand-code.ll4 ; RUN: FileCheck -check-prefixes=ALL,LE32,GAS %s
6 ; RUN: FileCheck -check-prefixes=ALL,BE32,GAS %s
23 ; GAS: addiu ${{[0-9]+}}, ${{[0-9]+}}, 0xfffffffffffffffd
35 ; GAS: addiu ${{[0-9]+}}, ${{[0-9]+}}, 0xfffd
82 ; GAS: addu ${{[0-9]+}}, ${{[0-9]+}}, $0
105 ; GAS: mtc0 $0, ${{[0-9]+}}
Dhf1_body.ll3 ; RUN: FileCheck %s -check-prefixes=ALL,GAS
25 ; GAS: la $25, $__fn_local_v_sf
Dno-odd-spreg.ll8 ; GAS which do not support the directive.
/external/llvm/test/MC/Mips/
Duser-macro-argument-separation.s8 # Check that the IAS expands macro instructions in the same way as GAS
Dmips64-alu-instructions.s143 # Did you know that GAS supports complex arithmetic expressions in assembly?
Delf_eflags.s115 # Default ABI for MIPS64 is N64 as opposed to GCC/GAS (N32)
122 # Default ABI for MIPS64 is N64 as opposed to GCC/GAS (N32)
Dmips-expansions.s6 # Check that the IAS expands macro instructions in the same way as GAS.
/external/libvpx/
DAndroid.bp.in3 // The ARM assembly sources must be converted from ADS to GAS compatible format.
/external/llvm/test/MC/COFF/
Dtricky-names.ll21 ; Check that these symbols are not quoted. They occur in output that gets passed to GAS.
/external/swiftshader/third_party/LLVM/
DMakefile.config.in175 GAS := @GAS@
Dconfigure771 GAS
7484 case $GAS in
7486 ac_cv_path_GAS="$GAS" # Let the user override the test with a path.
7507 GAS=$ac_cv_path_GAS
7508 if test -n "$GAS"; then
7509 { echo "$as_me:$LINENO: result: $GAS" >&5
7510 echo "${ECHO_T}$GAS" >&6; }
7517 test -n "$GAS" && break
19892 GAS!$GAS$ac_delim
/external/clang/lib/CodeGen/
DCGStmt.cpp1805 if (const GCCAsmStmt *GAS = dyn_cast<GCCAsmStmt>(&S)) in EmitAsmStmt() local
1806 Name = GAS->getOutputName(i); in EmitAsmStmt()
1815 if (const GCCAsmStmt *GAS = dyn_cast<GCCAsmStmt>(&S)) in EmitAsmStmt() local
1816 Name = GAS->getInputName(i); in EmitAsmStmt()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS2022 The core Interworking functionality (network selection, GAS/ANQP) were
63 supports GAS/ANQP operations. This uses the same design as P2P, i.e.,
DChangeLog110 * improved GAS offchannel operations with comeback request
292 * extended P2P and GAS query operations to support drivers that have
413 - fixed GAS indication for additional comeback delay with status
572 GAS/ANQP exchanges when associated with PMF
681 - GAS/ANQP to fetch network information
783 available (e.g., after GAS/ANQP round for Interworking)
Ddefconfig467 # external networks (GAS/ANQP to learn more about the networks and network
Dandroid.config459 # external networks (GAS/ANQP to learn more about the networks and network
DREADME-P2P463 Transaction ID - Mandatory non-zero ASCII hex-encoded u8 for GAS
/external/wpa_supplicant_8/hostapd/
DChangeLog64 - use Address 3 = wildcard BSSID in GAS response if a query from an
291 GAS/ANQP exchanges when PMF is enabled
334 - GAS/ANQP advertisement of network information
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_klex.pkb478 8SO!2GAS;tranne8SO!1J;transfrontaliere# transitori#
/external/llvm/docs/
DWritingAnLLVMBackend.rst67 the GNU Assembler format (``GAS``), see `Using As
108 * Write code for an assembly printer that converts LLVM IR to a GAS format for
1555 printer that converts LLVM IR to a GAS-format assembly language for your target
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFPStack.td224 // NOTE: GAS and apparently all other AT&T style assemblers have a broken notion
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td264 // NOTE: GAS and apparently all other AT&T style assemblers have a broken notion
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td600 // These macros are inserted to prevent GAS from complaining
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1033 AC_PATH_PROGS(GAS, [gas as])

12