| /external/chromium_org/third_party/libjpeg_turbo/simd/ |
| ji3dnflt.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).
|
| jiss2flt-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; 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).
|
| jdsammmx.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
| jdsamss2-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
| jdsamss2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; assembler (including Borland's Turbo Assembler).
|
| jfmmxint.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).
|
| jimmxred.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 13 ; 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).
|
| jiss2red-64.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 14 ; assembler (including Borland's Turbo Assembler).
|
| /external/chromium_org/third_party/opus/ |
| opus.target.darwin-arm.mk | 22 @echo "Gyp action: Convert Opus assembler for ARM. ($@)"
|
| opus.target.linux-arm.mk | 22 @echo "Gyp action: Convert Opus assembler for ARM. ($@)"
|
| /external/chromium_org/v8/src/mips64/ |
| assembler-mips64.h | 40 #include "src/assembler.h" 383 friend class Assembler; 410 friend class Assembler; 414 class Assembler : public AssemblerBase { 416 // Create an assembler. Instructions and relocation information are emitted 421 // If the provided buffer is NULL, the assembler allocates and grows its own 423 // owned by the assembler and deallocated upon destruction of the assembler. 425 // If the provided buffer is not NULL, the assembler uses the provided buffer 428 // upon destruction of the assembler [all...] |
| /external/chromium_org/v8/src/x64/ |
| assembler-x64.h | 35 // A lightweight X64 Assembler. 368 friend class Assembler; 436 friend class Assembler; 476 class Assembler : public AssemblerBase { 490 // Create an assembler. Instructions and relocation information are emitted 495 // If the provided buffer is NULL, the assembler allocates and grows its own 497 // owned by the assembler and deallocated upon destruction of the assembler. 499 // If the provided buffer is not NULL, the assembler uses the provided buffer 502 // upon destruction of the assembler [all...] |
| /external/llvm/test/MC/Mips/ |
| micromips-fpu-instructions.s | 5 # Check that the assembler can handle the documented syntax
|
| /external/llvm/test/MC/ARM/ |
| basic-thumb-instructions.s | 11 @ Check that the assembler can handle the documented syntax from the ARM ARM.
|
| /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
| rsaz-avx2.pl | 78 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 79 =~ /GNU assembler version ([2-9]\.[0-9]+)/) { [all...] |
| rsaz-x86_64.pl | 101 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 102 =~ /GNU assembler version ([2-9]\.[0-9]+)/) { [all...] |
| /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/ |
| ghash-x86_64.pl | 20 # gcc 3.4.x(*) assembler 29 # for vanilla "256B" implementation, while assembler results 90 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 91 =~ /GNU assembler version ([2-9]\.[0-9]+)/) { 492 # I can't trust assembler to use specific encoding:-( 623 # I can't trust assembler to use specific encoding:-( 982 # I can't trust assembler to use specific encoding:-( 1138 # I can't trust assembler to use specific encoding:-( [all...] |
| /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/ |
| sha1-x86_64.pl | 13 # was far behind 32-bit assembler implementation. This is unlike on 15 # assembler, which originally made it hard to motivate the effort. 20 # on Opteron, I failed to beat 32-bit assembler on EM64T core. Well, 95 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 96 =~ /GNU assembler version ([2-9]\.[0-9]+)/) { [all...] |
| sha512-x86_64.pl | 14 # [being armed with inline assembler] fails to generate as fast code. 111 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 112 =~ /GNU assembler version ([2-9]\.[0-9]+)/) { [all...] |