HomeSort by relevance Sort by last modified time
    Searched defs:INSN (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/arm-neon-tests/
ref_vqdmulh.c 34 #define INSN vqdmulh
40 FNNAME (INSN)
43 #define TEST_VQDMULH2(INSN, Q, T1, T2, W, N) \
46 INSN##Q##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQDMULH1(INSN, Q, T1, T2, W, N) \
55 TEST_VQDMULH2(INSN, Q, T1, T2, W, N)
58 TEST_VQDMULH1(INSN, Q, T1, T2, W, N)
ref_vqdmulh_lane.c 34 #define INSN vqdmulh
39 FNNAME (INSN)
42 #define TEST_VQDMULH_LANE2(INSN, Q, T1, T2, W, N, N2, L) \
45 INSN##Q##_lane_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_lane_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQDMULH_LANE1(INSN, Q, T1, T2, W, N, N2, L) \
55 TEST_VQDMULH_LANE2(INSN, Q, T1, T2, W, N, N2, L)
58 TEST_VQDMULH_LANE1(INSN, Q, T1, T2, W, N, N2, L)
ref_vqdmull.c 34 #define INSN vqdmull
39 FNNAME (INSN)
42 #define TEST_VQDMULL2(INSN, T1, T2, W, W2, N) \
45 INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
49 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
52 /* Two auxliary macros are necessary to expand INSN */
53 #define TEST_VQDMULL1(INSN, T1, T2, W, W2, N) \
54 TEST_VQDMULL2(INSN, T1, T2, W, W2, N)
57 TEST_VQDMULL1(INSN, T1, T2, W, W2, N)
ref_vqrdmulh.c 34 #define INSN vqrdmulh
40 FNNAME (INSN)
43 #define TEST_VQRDMULH2(INSN, Q, T1, T2, W, N) \
46 INSN##Q##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQRDMULH1(INSN, Q, T1, T2, W, N) \
55 TEST_VQRDMULH2(INSN, Q, T1, T2, W, N)
58 TEST_VQRDMULH1(INSN, Q, T1, T2, W, N)
ref_vqrdmulh_lane.c 34 #define INSN vqrdmulh
40 FNNAME (INSN)
43 #define TEST_VQRDMULH_LANE2(INSN, Q, T1, T2, W, N, N2, L) \
46 INSN##Q##_lane_##T2##W(VECT_VAR(vector, T1, W, N), \
51 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_lane_##T2##W), \
54 /* Two auxliary macros are necessary to expand INSN */
55 #define TEST_VQRDMULH_LANE1(INSN, Q, T1, T2, W, N, N2, L) \
56 TEST_VQRDMULH_LANE2(INSN, Q, T1, T2, W, N, N2, L)
59 TEST_VQRDMULH_LANE1(INSN, Q, T1, T2, W, N, N2, L)
ref_vqrshl.c 34 #define INSN vqrshl
40 FNNAME (INSN)
43 #define TEST_VQRSHL2(INSN, T3, Q, T1, T2, W, N) \
46 INSN##Q##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQRSHL1(INSN, T3, Q, T1, T2, W, N) \
55 TEST_VQRSHL2(INSN, T3, Q, T1, T2, W, N)
58 TEST_VQRSHL1(INSN, T3, Q, T1, T2, W, N)
ref_vqrshrn_n.c 34 #define INSN vqrshrn_n
40 FNNAME (INSN)
43 #define TEST_VQRSHRN_N2(INSN, T1, T2, W, W2, N, V) \
46 INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQRSHRN_N1(INSN, T1, T2, W, W2, N, V) \
55 TEST_VQRSHRN_N2(INSN, T1, T2, W, W2, N, V)
58 TEST_VQRSHRN_N1(INSN, T1, T2, W, W2, N, V)
ref_vqrshrun_n.c 34 #define INSN vqrshrun_n
40 FNNAME (INSN)
43 #define TEST_VQRSHRUN_N2(INSN, T1, T2, W, W2, N, V) \
46 INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQRSHRUN_N1(INSN, T1, T2, W, W2, N, V) \
55 TEST_VQRSHRUN_N2(INSN, T1, T2, W, W2, N, V)
58 TEST_VQRSHRUN_N1(INSN, T1, T2, W, W2, N, V)
ref_vqshl.c 34 #define INSN vqshl
40 FNNAME (INSN)
43 #define TEST_VQSHL2(INSN, T3, Q, T1, T2, W, N) \
46 INSN##Q##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQSHL1(INSN, T3, Q, T1, T2, W, N) \
55 TEST_VQSHL2(INSN, T3, Q, T1, T2, W, N)
58 TEST_VQSHL1(INSN, T3, Q, T1, T2, W, N)
ref_vqshl_n.c 34 #define INSN vqshl
40 FNNAME (INSN)
43 #define TEST_VQSHL_N2(INSN, Q, T1, T2, W, N, V) \
46 INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQSHL_N1(INSN, T3, Q, T1, T2, W, N) \
55 TEST_VQSHL_N2(INSN, T3, Q, T1, T2, W, N)
58 TEST_VQSHL_N1(INSN, T3, Q, T1, T2, W, N)
ref_vqshlu_n.c 34 #define INSN vqshlu
40 FNNAME (INSN)
43 #define TEST_VQSHLU_N2(INSN, Q, T1, T2, T3, T4, W, N, V) \
46 INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQSHLU_N1(INSN, Q, T1, T2, T3, T4, W, N, V) \
55 TEST_VQSHLU_N2(INSN, Q, T1, T2, T3, T4, W, N, V)
58 TEST_VQSHLU_N1(INSN, Q, T1, T2, T3, T4, W, N, V)
ref_vqshrn_n.c 34 #define INSN vqshrn_n
40 FNNAME (INSN)
43 #define TEST_VQSHRN_N2(INSN, T1, T2, W, W2, N, V) \
46 INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQSHRN_N1(INSN, T1, T2, W, W2, N, V) \
55 TEST_VQSHRN_N2(INSN, T1, T2, W, W2, N, V)
58 TEST_VQSHRN_N1(INSN, T1, T2, W, W2, N, V)
ref_vqshrun_n.c 34 #define INSN vqshrun_n
40 FNNAME (INSN)
43 #define TEST_VQSHRUN_N2(INSN, T1, T2, W, W2, N, V) \
46 INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
50 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_##T2##W), \
53 /* Two auxliary macros are necessary to expand INSN */
54 #define TEST_VQSHRUN_N1(INSN, T1, T2, W, W2, N, V) \
55 TEST_VQSHRUN_N2(INSN, T1, T2, W, W2, N, V)
58 TEST_VQSHRUN_N1(INSN, T1, T2, W, W2, N, V)
ref_vqdmulh_n.c 34 #define INSN vqdmulh
39 FNNAME (INSN)
44 #define TEST_VQDMULH_N2(INSN, Q, T1, T2, W, N, L) \
47 INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
51 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
54 /* Two auxliary macros are necessary to expand INSN */
55 #define TEST_VQDMULH_N1(INSN, Q, T1, T2, W, N, L) \
56 TEST_VQDMULH_N2(INSN, Q, T1, T2, W, N, L)
59 TEST_VQDMULH_N1(INSN, Q, T1, T2, W, N, L)
ref_vqdmull_lane.c 34 #define INSN vqdmull
39 FNNAME (INSN)
44 #define TEST_VQDMULL_LANE2(INSN, T1, T2, W, W2, N, L) \
47 INSN##_lane_##T2##W(VECT_VAR(vector, T1, W, N), \
52 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_lane_##T2##W), \
55 /* Two auxliary macros are necessary to expand INSN */
56 #define TEST_VQDMULL_LANE1(INSN, T1, T2, W, W2, N, L) \
57 TEST_VQDMULL_LANE2(INSN, T1, T2, W, W2, N, L)
60 TEST_VQDMULL_LANE1(INSN, T1, T2, W, W2, N, L)
ref_vqdmull_n.c 34 #define INSN vqdmull
39 FNNAME (INSN)
44 #define TEST_VQDMULL_N2(INSN, T1, T2, W, W2, N, L) \
47 INSN##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
51 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_n_##T2##W), \
54 /* Two auxliary macros are necessary to expand INSN */
55 #define TEST_VQDMULL_N1(INSN, T1, T2, W, W2, N, L) \
56 TEST_VQDMULL_N2(INSN, T1, T2, W, W2, N, L)
59 TEST_VQDMULL_N1(INSN, T1, T2, W, W2, N, L)
ref_vqrdmulh_n.c 34 #define INSN vqrdmulh
40 FNNAME (INSN)
45 #define TEST_VQRDMULH_N2(INSN, Q, T1, T2, W, N, L) \
48 INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
52 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##Q##_n_##T2##W), \
55 /* Two auxliary macros are necessary to expand INSN */
56 #define TEST_VQRDMULH_N1(INSN, Q, T1, T2, W, N, L) \
57 TEST_VQRDMULH_N2(INSN, Q, T1, T2, W, N, L)
60 TEST_VQRDMULH_N1(INSN, Q, T1, T2, W, N, L)
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
AbstractInsnNode.java 46 public static final int INSN = 0;
  /external/valgrind/auxprogs/
ppcfround.c 117 /* Give an insn string such as "fmadd %%f4, %%f1,%%f2,%%f3". Args are
119 #define INSN(name,insn) \
141 insn "\n\t" \
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")
    [all...]
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
UnitTest.java 13 assertEquals(in.getType(), AbstractInsnNode.INSN);
  /toolchain/binutils/binutils-2.27/opcodes/
tic6x-dis.c 33 #include "opcode/tic6x-insn-formats.h"
79 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
104 #undef INSN
415 printf ("opcode %x: missing compact insn predicate register field (s field)\n",
423 printf ("opcode %x: missing compact insn predicate z_value (z field)\n", opcode);
433 printf ("opcode %x: unspecified ompact insn predicate\n", opcode);
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
ASMContentHandler.java 140 public static final int INSN = 0;
157 OPCODES.put("NOP", new Opcode(NOP, OpcodeGroup.INSN));
158 OPCODES.put("ACONST_NULL", new Opcode(ACONST_NULL, OpcodeGroup.INSN));
159 OPCODES.put("ICONST_M1", new Opcode(ICONST_M1, OpcodeGroup.INSN));
160 OPCODES.put("ICONST_0", new Opcode(ICONST_0, OpcodeGroup.INSN));
161 OPCODES.put("ICONST_1", new Opcode(ICONST_1, OpcodeGroup.INSN));
162 OPCODES.put("ICONST_2", new Opcode(ICONST_2, OpcodeGroup.INSN));
163 OPCODES.put("ICONST_3", new Opcode(ICONST_3, OpcodeGroup.INSN));
164 OPCODES.put("ICONST_4", new Opcode(ICONST_4, OpcodeGroup.INSN));
165 OPCODES.put("ICONST_5", new Opcode(ICONST_5, OpcodeGroup.INSN));
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
tic6x.h 119 #include "tic6x-insn-formats.h"
463 /* Store an unsigned PC-relative value used in compact insn */
667 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
676 #undef INSN
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 

Completed in 272 milliseconds

1 2 3 4