Home
last modified time | relevance | path

Searched refs:asm (Results 1 – 25 of 1793) sorted by relevance

12345678910>>...72

/external/libjpeg-turbo/simd/
DMakefile.am6 jccolext-mmx.asm jcgryext-mmx.asm jdcolext-mmx.asm jdmrgext-mmx.asm \
7 jccolext-sse2.asm jcgryext-sse2.asm jdcolext-sse2.asm jdmrgext-sse2.asm \
8 jccolext-sse2-64.asm jcgryext-sse2-64.asm jdcolext-sse2-64.asm \
9 jdmrgext-sse2-64.asm jccolext-altivec.c jcgryext-altivec.c \
15 jcolsamp.inc jdct.inc jpeg_nbits_table.inc jfdctflt-sse-64.asm \
16 jccolor-sse2-64.asm jcgray-sse2-64.asm jchuff-sse2-64.asm \
17 jcsample-sse2-64.asm jdcolor-sse2-64.asm jdmerge-sse2-64.asm \
18 jdsample-sse2-64.asm jfdctfst-sse2-64.asm jfdctint-sse2-64.asm \
19 jidctflt-sse2-64.asm jidctfst-sse2-64.asm jidctint-sse2-64.asm \
20 jidctred-sse2-64.asm jquantf-sse2-64.asm jquanti-sse2-64.asm
[all …]
/external/python/cpython2/Lib/test/
Dtest_peepholer.py26 asm = disassemble(unot)
28 self.assertNotIn(elem, asm)
29 self.assertIn('POP_JUMP_IF_TRUE', asm)
38 asm = dis_single(line)
39 self.assertIn(elem, asm)
46 asm = disassemble(f)
48 self.assertNotIn(elem, asm)
50 self.assertIn(elem, asm)
63 asm = disassemble(f)
65 self.assertNotIn(elem, asm)
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dsi-spill-sgpr-stack.ll13 call void asm sideeffect "", "~{SGPR0_SGPR1_SGPR2_SGPR3_SGPR4_SGPR5_SGPR6_SGPR7}" ()
14 call void asm sideeffect "", "~{SGPR8_SGPR9_SGPR10_SGPR11_SGPR12_SGPR13_SGPR14_SGPR15}" ()
15 call void asm sideeffect "", "~{SGPR16_SGPR17_SGPR18_SGPR19_SGPR20_SGPR21_SGPR22_SGPR23}" ()
16 call void asm sideeffect "", "~{SGPR24_SGPR25_SGPR26_SGPR27_SGPR28_SGPR29_SGPR30_SGPR31}" ()
17 call void asm sideeffect "", "~{SGPR32_SGPR33_SGPR34_SGPR35_SGPR36_SGPR37_SGPR38_SGPR39}" ()
18 call void asm sideeffect "", "~{SGPR40_SGPR41_SGPR42_SGPR43_SGPR44_SGPR45_SGPR46_SGPR47}" ()
19 call void asm sideeffect "", "~{SGPR48_SGPR49_SGPR50_SGPR51_SGPR52_SGPR53_SGPR54_SGPR55}" ()
20 call void asm sideeffect "", "~{SGPR56_SGPR57_SGPR58_SGPR59_SGPR60_SGPR61_SGPR62_SGPR63}" ()
21 call void asm sideeffect "", "~{SGPR64_SGPR65_SGPR66_SGPR67_SGPR68_SGPR69_SGPR70_SGPR71}" ()
22 call void asm sideeffect "", "~{SGPR72_SGPR73_SGPR74_SGPR75_SGPR76_SGPR77_SGPR78_SGPR79}" ()
[all …]
/external/libjpeg-turbo/
DAndroid.bp95 "simd/jccolor-mmx.asm",
96 "simd/jccolor-sse2.asm",
97 "simd/jcgray-mmx.asm",
98 "simd/jcgray-sse2.asm",
99 "simd/jchuff-sse2.asm",
100 "simd/jcsample-mmx.asm",
101 "simd/jcsample-sse2.asm",
102 "simd/jdcolor-mmx.asm",
103 "simd/jdcolor-sse2.asm",
104 "simd/jdmerge-mmx.asm",
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
DMakefile3 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
5 gf100.asm.h: %.asm.h: %.asm
7 gk104.asm.h: %.asm.h: %.asm
9 gk110.asm.h: %.asm.h: %.asm
11 gm107.asm.h: %.asm.h: %.asm
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_syscall_linux_aarch64.inc17 register u64 x8 asm("x8") = nr;
18 register u64 x0 asm("x0");
19 asm volatile("svc 0"
29 register u64 x8 asm("x8") = nr;
30 register u64 x0 asm("x0") = arg1;
31 asm volatile("svc 0"
41 register u64 x8 asm("x8") = nr;
42 register u64 x0 asm("x0") = arg1;
43 register u64 x1 asm("x1") = arg2;
44 asm volatile("svc 0"
[all …]
/external/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt13 p256-x86_64-asm.${ASM_EXT}
81 perlasm(aes-586.${ASM_EXT} aes/asm/aes-586.pl)
82 perlasm(aes-armv4.${ASM_EXT} aes/asm/aes-armv4.pl)
83 perlasm(aesni-gcm-x86_64.${ASM_EXT} modes/asm/aesni-gcm-x86_64.pl)
84 perlasm(aesni-x86_64.${ASM_EXT} aes/asm/aesni-x86_64.pl)
85 perlasm(aesni-x86.${ASM_EXT} aes/asm/aesni-x86.pl)
86 perlasm(aesp8-ppc.${ASM_EXT} aes/asm/aesp8-ppc.pl)
87 perlasm(aesv8-armx.${ASM_EXT} aes/asm/aesv8-armx.pl)
88 perlasm(aes-x86_64.${ASM_EXT} aes/asm/aes-x86_64.pl)
89 perlasm(armv4-mont.${ASM_EXT} bn/asm/armv4-mont.pl)
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFormats.td183 class I<bits<8> o, Format f, dag outs, dag ins, string asm,
185 : X86Inst<o, f, NoImm, outs, ins, asm, d> {
189 class Ii8 <bits<8> o, Format f, dag outs, dag ins, string asm,
191 : X86Inst<o, f, Imm8, outs, ins, asm, d> {
195 class Ii8PCRel<bits<8> o, Format f, dag outs, dag ins, string asm,
197 : X86Inst<o, f, Imm8PCRel, outs, ins, asm> {
201 class Ii16<bits<8> o, Format f, dag outs, dag ins, string asm,
203 : X86Inst<o, f, Imm16, outs, ins, asm> {
207 class Ii32<bits<8> o, Format f, dag outs, dag ins, string asm,
209 : X86Inst<o, f, Imm32, outs, ins, asm> {
[all …]
/external/llvm/test/CodeGen/X86/
D2010-09-16-asmcrash.ll4 module asm ".weak sem_close"
5 module asm ".equ sem_close, _sem_close"
6 module asm ".weak sem_destroy"
7 module asm ".equ sem_destroy, _sem_destroy"
8 module asm ".weak sem_getvalue"
9 module asm ".equ sem_getvalue, _sem_getvalue"
10 module asm ".weak sem_init"
11 module asm ".equ sem_init, _sem_init"
12 module asm ".weak sem_open"
13 module asm ".equ sem_open, _sem_open"
[all …]
Dasm-block-labels.ll11 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
12 call void asm sideeffect ".line 1", "~{dirflag},~{fpsr},~{flags}"( )
13 call void asm sideeffect "int $$1", "~{dirflag},~{fpsr},~{flags},~{memory}"( )
14 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
15 call void asm sideeffect ".line 2", "~{dirflag},~{fpsr},~{flags}"( )
16 …call void asm sideeffect "brl ${0:l}", "X,~{dirflag},~{fpsr},~{flags},~{memory}"( label %"LASM$foo…
25 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
26 call void asm sideeffect ".line 3", "~{dirflag},~{fpsr},~{flags}"( )
27 …call void asm sideeffect "brl ${0:l}", "X,~{dirflag},~{fpsr},~{flags},~{memory}"( label %"LASM$foo…
28 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
[all …]
Dpreserve_mostcc64.ll37 …call void asm sideeffect "", "~{rax},~{rbx},~{rcx},~{rdx},~{rsi},~{rdi},~{r8},~{r9},~{r10},~{r11},…
62 %a0 = call i64 asm sideeffect "", "={rax}"() nounwind
63 %a1 = call i64 asm sideeffect "", "={rcx}"() nounwind
64 %a2 = call i64 asm sideeffect "", "={rdx}"() nounwind
65 %a3 = call i64 asm sideeffect "", "={r8}"() nounwind
66 %a4 = call i64 asm sideeffect "", "={r9}"() nounwind
67 %a5 = call i64 asm sideeffect "", "={r10}"() nounwind
68 %a6 = call i64 asm sideeffect "", "={r11}"() nounwind
69 %a10 = call <2 x double> asm sideeffect "", "={xmm2}"() nounwind
70 %a11 = call <2 x double> asm sideeffect "", "={xmm3}"() nounwind
[all …]
D2008-04-08-CoalescerCrash.ll5 …tail call void asm sideeffect "# top of block", "~{dirflag},~{fpsr},~{flags},~{di},~{si},~{dx},~{c…
6 tail call void asm sideeffect ".file \224443946.c\22", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
7 tail call void asm sideeffect ".line 8", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
8 …%tmp1 = tail call x86_mmx asm sideeffect "movd $1, $0", "=={mm4},{bp},~{dirflag},~{fpsr},~{flags},…
9 tail call void asm sideeffect ".file \224443946.c\22", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
10 tail call void asm sideeffect ".line 9", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
11 …%tmp3 = tail call i32 asm sideeffect "movd $1, $0", "=={bp},{mm3},~{dirflag},~{fpsr},~{flags},~{me…
12 tail call void asm sideeffect ".file \224443946.c\22", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
13 tail call void asm sideeffect ".line 10", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
14 …tail call void asm sideeffect "movntq $0, 0($1,$2)", "{mm0},{di},{bp},~{dirflag},~{fpsr},~{flags},…
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-09-16-asmcrash.ll4 module asm ".weak sem_close"
5 module asm ".equ sem_close, _sem_close"
6 module asm ".weak sem_destroy"
7 module asm ".equ sem_destroy, _sem_destroy"
8 module asm ".weak sem_getvalue"
9 module asm ".equ sem_getvalue, _sem_getvalue"
10 module asm ".weak sem_init"
11 module asm ".equ sem_init, _sem_init"
12 module asm ".weak sem_open"
13 module asm ".equ sem_open, _sem_open"
[all …]
Dasm-block-labels.ll11 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
12 call void asm sideeffect ".line 1", "~{dirflag},~{fpsr},~{flags}"( )
13 call void asm sideeffect "int $$1", "~{dirflag},~{fpsr},~{flags},~{memory}"( )
14 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
15 call void asm sideeffect ".line 2", "~{dirflag},~{fpsr},~{flags}"( )
16 …call void asm sideeffect "brl ${0:l}", "X,~{dirflag},~{fpsr},~{flags},~{memory}"( label %"LASM$foo…
25 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
26 call void asm sideeffect ".line 3", "~{dirflag},~{fpsr},~{flags}"( )
27 …call void asm sideeffect "brl ${0:l}", "X,~{dirflag},~{fpsr},~{flags},~{memory}"( label %"LASM$foo…
28 call void asm sideeffect ".file \22block12.c\22", "~{dirflag},~{fpsr},~{flags}"( )
[all …]
Dinline-asm-fpstack.ll3 ; There should be no stack manipulations between the inline asm and ret.
8 %tmp85 = call x86_fp80 asm sideeffect "fld0", "={st(0)}"()
16 %tmp85 = call double asm sideeffect "fld0", "={st(0)}"()
29 call void asm sideeffect "frob ", "{st(0)},~{st},~{dirflag},~{fpsr},~{flags}"( x86_fp80 %X)
40 call void asm sideeffect "frob ", "{st(0)},~{st},~{dirflag},~{fpsr},~{flags}"( double %X)
52 call void asm sideeffect "frob ", "{st(0)},~{st},~{dirflag},~{fpsr},~{flags}"( double %Y)
60 ; Uses the same value twice, should have one fstp after the asm.
65 …tail call void asm sideeffect "foo $0 $1", "f,f,~{dirflag},~{fpsr},~{flags}"( double %A, double %A…
71 …tail call void asm sideeffect "bar $0 $1", "f,f,~{dirflag},~{fpsr},~{flags}"( double %B, double %C…
72 ; Uses two different values, one of which isn't killed in this asm, it
[all …]
D2008-04-08-CoalescerCrash.ll5 …tail call void asm sideeffect "# top of block", "~{dirflag},~{fpsr},~{flags},~{di},~{si},~{dx},~{c…
6 tail call void asm sideeffect ".file \224443946.c\22", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
7 tail call void asm sideeffect ".line 8", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
8 …%tmp1 = tail call x86_mmx asm sideeffect "movd $1, $0", "=={mm4},{bp},~{dirflag},~{fpsr},~{flags},…
9 tail call void asm sideeffect ".file \224443946.c\22", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
10 tail call void asm sideeffect ".line 9", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
11 …%tmp3 = tail call i32 asm sideeffect "movd $1, $0", "=={bp},{mm3},~{dirflag},~{fpsr},~{flags},~{me…
12 tail call void asm sideeffect ".file \224443946.c\22", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
13 tail call void asm sideeffect ".line 10", "~{dirflag},~{fpsr},~{flags}"( ) nounwind
14 …tail call void asm sideeffect "movntq $0, 0($1,$2)", "{mm0},{di},{bp},~{dirflag},~{fpsr},~{flags},…
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DDuplicateFrameEliminatorTest.java20 import org.objectweb.asm.Handle;
21 import org.objectweb.asm.MethodVisitor;
22 import org.objectweb.asm.Opcodes;
23 import org.objectweb.asm.tree.AbstractInsnNode;
24 import org.objectweb.asm.tree.FieldInsnNode;
25 import org.objectweb.asm.tree.IincInsnNode;
26 import org.objectweb.asm.tree.InsnNode;
27 import org.objectweb.asm.tree.IntInsnNode;
28 import org.objectweb.asm.tree.InvokeDynamicInsnNode;
29 import org.objectweb.asm.tree.JumpInsnNode;
[all …]
/external/llvm/test/DebugInfo/X86/
Dinline-asm-locs.ll1 ; RUN: llc -mtriple=x86_64-apple-darwin %s -o - -filetype=asm | FileCheck %s
4 ; asm(
5 ; ".file 1 \"A.asm\"\n"
6 ; ".file 2 \"B.asm\"\n"
21 ; CHECK: .file 1 "A.asm"
22 ; CHECK: .file 2 "B.asm"
31 module asm ".file 1 \22A.asm\22"
32 module asm ".file 2 \22B.asm\22"
33 module asm ".loc 1 111"
34 module asm ".text"
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td58 class I<dag oops, dag iops, string asm, string operands, string cstr,
63 let AsmString = !strconcat(asm, operands);
834 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands,
836 : I<oops, iops, asm, operands, "", pattern> {
842 class SimpleSystemI<bit L, dag iops, string asm, string operands,
844 : BaseSystemI<L, (outs), iops, asm, operands, pattern> {
849 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands>
850 : BaseSystemI<L, oops, iops, asm, operands>,
879 class CRmSystemI<Operand crmtype, bits<3> opc, string asm,
881 : SimpleSystemI<0, (ins crmtype:$CRm), asm, "\t$CRm", pattern>,
[all …]
/external/llvm/lib/Target/X86/
DX86InstrFormats.td340 class I<bits<8> o, Format f, dag outs, dag ins, string asm,
343 : X86Inst<o, f, NoImm, outs, ins, asm, itin, d> {
347 class Ii8 <bits<8> o, Format f, dag outs, dag ins, string asm,
350 : X86Inst<o, f, Imm8, outs, ins, asm, itin, d> {
354 class Ii8PCRel<bits<8> o, Format f, dag outs, dag ins, string asm,
356 : X86Inst<o, f, Imm8PCRel, outs, ins, asm, itin> {
360 class Ii16<bits<8> o, Format f, dag outs, dag ins, string asm,
362 : X86Inst<o, f, Imm16, outs, ins, asm, itin> {
366 class Ii32<bits<8> o, Format f, dag outs, dag ins, string asm,
368 : X86Inst<o, f, Imm32, outs, ins, asm, itin> {
[all …]
/external/r8/
DAndroid.mk4 d8-support-asm:deps/asm-5.1.jar \
5 d8-support-asm-common:deps/asm-commons-5.1.jar \
6 d8-support-asm-tree:deps/asm-tree-5.1.jar \
7 d8-support-asm-util:deps/asm-util-5.1.jar \
18 d8-support-asm \
19 d8-support-asm-common \
20 d8-support-asm-tree \
21 d8-support-asm-util \
/external/llvm/test/CodeGen/AArch64/
Darm64-inline-asm.ll9 %0 = tail call i32 asm "mov ${0:w}, 7", "=r"() nounwind
17 %0 = tail call i64 asm "mov $0, 7", "=r"() nounwind
25 %0 = tail call i64 asm "mov ${0:w}, 7", "=r"() nounwind
35 …%0 = tail call i64 asm sideeffect "mov x0, $1; svc #0;", "=r,r,r,~{x0}"(i64 %op, i64 undef) nounwi…
45 %0 = tail call float asm "fadd ${0:s}, ${0:s}, ${0:s}", "=w,0"(float %x) nounwind
55 %0 = tail call i8 asm "ldtrb ${0:w}, [$1]", "=r,r"(i8* %src) nounwind
65 call void asm "str ${1:w}, $0", "=*Q,r"(i8** %f.addr, i32 %g) nounwind
76 tail call void asm sideeffect "nop", "~{v8}"() nounwind
83 …%0 = tail call i32 asm sideeffect "add ${0:w}, ${1:w}, $2", "=r,r,I"(i32 %i, i32 16773120) nounwind
85 %1 = tail call i32 asm sideeffect "add ${0:w}, ${1:w}, $2", "=r,r,I"(i32 %i, i32 4096) nounwind
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DClassFileVersionsTest.java15 import static org.objectweb.asm.Opcodes.ACC_PUBLIC;
16 import static org.objectweb.asm.Opcodes.ACC_SUPER;
17 import static org.objectweb.asm.Opcodes.ALOAD;
18 import static org.objectweb.asm.Opcodes.INVOKESPECIAL;
19 import static org.objectweb.asm.Opcodes.RETURN;
20 import static org.objectweb.asm.Opcodes.V1_1;
21 import static org.objectweb.asm.Opcodes.V1_2;
22 import static org.objectweb.asm.Opcodes.V1_3;
23 import static org.objectweb.asm.Opcodes.V1_4;
24 import static org.objectweb.asm.Opcodes.V1_5;
[all …]
/external/llvm/test/CodeGen/ARM/
Dthumb-big-stack.ll145 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
147 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
149 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
151 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
153 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
155 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
157 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
159 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
161 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
163 …tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q…
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td352 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)>
358 let isCodeGenOnly = 0; // So we get asm matcher for it.
359 let AsmString = asm;
363 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)>
364 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>;
365 class tAsmPseudo<string asm, dag iops, dag oops = (outs)>
366 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>;
367 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)>
368 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>;
369 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)>
[all …]

12345678910>>...72