Home
last modified time | relevance | path

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

12345678910>>...65

/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/owasp/sanitizer/tools/findbugs/lib/
Dasm-xml-3.3.jar ... objectweb.asm.xml final org.objectweb.asm.xml.ASMContentHandler$AnnotationDefaultRule extends org.objectweb
Dasm-tree-3.3.jar ... .asm.tree public abstract org.objectweb.asm.tree.AbstractInsnNode extends java.lang.Object ...
Dasm-analysis-3.3.jar ... java.lang.Object implements org.objectweb.asm.Opcodes org.objectweb.asm.tree. ...
Dasm-util-3.3.jar ... .asm.util public abstract org.objectweb.asm.util.ASMifiable extends java.lang.Object ...
Dasm-commons-3.3.jar ... .objectweb.asm.ClassVisitor org.objectweb.asm.FieldVisitor org.objectweb.asm.MethodVisitor org ...
Dasm-3.3.jar ... .asm.Item g final org.objectweb.asm.Item h final org.objectweb.asm. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.objectweb.asm_3.2.0.v200909071300.jar ... objectweb/asm/signature/ org/objectweb/asm/tree/ org/objectweb/asm/tree ...
/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/jarjar/lib/
Dasm-commons-4.0.jar ... objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label ...
Dasm-4.0.jar ... .asm.Item g final org.objectweb.asm.Item h final org.objectweb.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/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/jacoco/
Dasm-debug-all-5.0.1.jar ... objectweb.asm.TypePath typePath org.objectweb.asm.ByteVector out } org/objectweb/asm/ ...
/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 …]
/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 …]
/external/guice/lib/build/
Dasm-5.0.3.jar ... objectweb.asm.TypePath, org.objectweb.asm.ByteVector) } org/objectweb/asm/ ...
/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/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/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/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/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/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/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 …]

12345678910>>...65