/external/chromium_org/third_party/libjpeg_turbo/simd/ |
jfmmxint.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jfss2fst-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
jfss2fst.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jfss2int-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
jfss2int.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jimmxfst.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jimmxred.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jiss2flt-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
jiss2flt.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jiss2fst-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
jiss2fst.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jiss2red-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
jiss2red.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
jisseflt.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
/external/chromium_org/third_party/skia/third_party/freetype/include_overrides/freetype/config/ |
ftoption.h | 120 /* If this macro is defined, do not try to use an assembler version of */ 122 /* that to verify that the assembler function works properly, or to */ 129 /* If this macro is defined, try to use an inlined assembler version of */ [all...] |
/external/chromium_org/v8/src/arm/ |
constants-arm.h | 120 // Instr is merely used by the Assembler to distinguish 32bit integers 236 // as an argument, and will never actually be encoded. The Assembler will 413 // Note that the Assembler uses typedef int32_t Instr.
|
/external/freetype/include/config/ |
ftoption.h | 120 /* If this macro is defined, do not try to use an assembler version of */ 122 /* that to verify that the assembler function works properly, or to */ 129 /* If this macro is defined, try to use an inlined assembler version of */ [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64AsmBackend.cpp | 1 //===-- AArch64AsmBackend.cpp - AArch64 Assembler Backend -----------------===// 321 // preserve symbols, including assembler local symbols, to identify 339 // are ostensibly assembler local symbols.
|
/external/openssl/crypto/bn/asm/ |
x86_64-gcc.c | 19 * inline assembler, which means that you're bound to GCC and that 22 * Q. Why inline assembler? 53 * For the reference. IA-32 assembler implementation performs
|
/external/pdfium/core/include/thirdparties/freetype/freetype/config/ |
ftoption.h | 120 /* If this macro is defined, do not try to use an assembler version of */ 122 /* that to verify that the assembler function works properly, or to */ 129 /* If this macro is defined, try to use an inlined assembler version of */ [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/ |
ftoption.h | 120 /* If this macro is defined, do not try to use an assembler version of */ 122 /* that to verify that the assembler function works properly, or to */ 129 /* If this macro is defined, try to use an inlined assembler version of */ [all...] |
/external/chromium_org/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 11 #include "src/macro-assembler.h" 12 #include "src/regexp-macro-assembler.h" 16 #include "src/ia32/regexp-macro-assembler-ia32.h" 23 * This assembler uses the following register assignment convention 103 // Unuse labels in case we throw away the assembler without calling GetCode. [all...] |
/external/chromium_org/v8/src/x87/ |
regexp-macro-assembler-x87.cc | 11 #include "src/macro-assembler.h" 12 #include "src/regexp-macro-assembler.h" 15 #include "src/x87/regexp-macro-assembler-x87.h" 22 * This assembler uses the following register assignment convention 102 // Unuse labels in case we throw away the assembler without calling GetCode. [all...] |
/external/clang/www/ |
compatibility.html | 285 <p>On targets that use the integrated assembler (such as most X86 targets), 286 inline assembly is run through the integrated assembler instead of your system 287 assembler (which is most commonly "gas", the GNU assembler). The LLVM 288 integrated assembler is extremely compatible with GAS, but there are a couple of 291 <p>One specific example is that the assembler rejects ambiguous X86 instructions 305 the assembler randomly picks a 32-bit add). Because it is ambiguous, Clang [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | 29 #include "src/mips/macro-assembler-mips.h" 61 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_); 71 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_); 374 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_); 439 { Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_); 456 DCHECK(Assembler::kJSReturnSequenceInstructions <= [all...] |