Searched refs:INSN (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/auxprogs/
H A Dppcfround.c119 #define INSN(name,insn) \ macro
161 INSN(fabs, "fabs %%f4, %%f1");
162 INSN(fabs_, "fabs. %%f4, %%f1");
164 INSN(fnabs, "fnabs %%f4, %%f1");
165 INSN(fnabs_, "fnabs. %%f4, %%f1");
167 INSN(fadd, "fadd %%f4, %%f1,%%f2");
168 INSN(fadd_, "fadd. %%f4, %%f1,%%f2");
170 INSN(fadds, "fadds %%f4, %%f1,%%f2");
171 INSN(fadds_, "fadds. %%f4, %%f1,%%f2");
173 INSN(fcfi
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c1890 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) macro
1902 if (INSN(28,24) == BITS5(1,0,0,0,1)) {
1903 Bool is64 = INSN(31,31) == 1;
1904 Bool isSub = INSN(30,30) == 1;
1905 Bool setCC = INSN(29,29) == 1;
1906 UInt sh = INSN(23,22);
1907 UInt uimm12 = INSN(21,10);
1908 UInt nn = INSN(9,5);
1909 UInt dd = INSN(4,0);
1958 if (INSN(2
2225 # undef INSN macro
2292 # define INSN macro
2966 # undef INSN macro
3143 # define INSN macro
4549 # undef INSN macro
4561 # define INSN macro
4930 # undef INSN macro
5478 # define INSN macro
7608 # undef INSN macro
7635 # define INSN macro
7793 # undef INSN macro
[all...]
H A Dguest_arm_toIR.c5243 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) macro
5244 UInt U = INSN(24,24);
5248 UInt size = INSN(21,20);
5250 UInt Q = INSN(24,24);
5252 if (INSN(27,25) != 1 || INSN(23,23) != 1
5253 || INSN(6,6) != 1 || INSN(4,4) != 0)
5257 if ((INSN(11,8) & BITS4(1,0,1,0)) == BITS4(0,0,0,0)) {
5315 if (INSN(
5894 # undef INSN macro
8327 # define INSN macro
8806 # undef INSN macro
8840 # define INSN macro
8888 # undef INSN macro
12812 # define INSN macro
14375 # undef INSN macro
14395 # define INSN macro
14527 # undef INSN macro
14552 # define INSN macro
17351 # undef INSN macro
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInsnNode.java66 return INSN;
H A DAbstractInsnNode.java48 public static final int INSN = 0; field in class:AbstractInsnNode
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h57 INSN, enumerator in enum:tokentype
H A Dnasm-parse.c124 case INSN:
177 case INSN: str = "instruction"; break;
739 case INSN:
H A Dnasm-token.re402 RETURN(INSN);
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c98 #define GEN_UNARY_TEST(INSN,SUFFIXD,SUFFIXN) \
100 static void test_##INSN##_##SUFFIXD##_##SUFFIXN ( LaneTy ty ) { \
110 #INSN " v8." #SUFFIXD ", v7." #SUFFIXN " ; " \
114 printf(#INSN " v8." #SUFFIXD ", v7." #SUFFIXN); \
123 #define GEN_BINARY_TEST(INSN,SUFFIXD,SUFFIXN,SUFFIXM) \
125 static void test_##INSN##_##SUFFIXD##_##SUFFIXN##_##SUFFIXM ( LaneTy ty ) { \
137 #INSN " v9." #SUFFIXD ", v7." #SUFFIXN ", v8." #SUFFIXM " ; " \
141 printf(#INSN " v9." #SUFFIXD \
152 #define GEN_SHIFT_TEST(INSN,SUFFIXD,SUFFIXN,AMOUNT) \
154 static void test_##INSN##
[all...]
H A Dinteger.c10807 // INSN may mention the following regs as containing load/store data:
10813 // are loaded with random data too. INSN is then executed, with
10825 #define MEM_TEST(INSN, AREG1OFF, AREG2VAL) { \
10844 INSN " ; " \
10854 INSN, (Long)AREG1OFF, (Long)AREG2VAL); \
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 269 milliseconds