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

1 2

  /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/mockito/cglib-and-asm/src/org/mockito/asm/tree/
InsnNode.java 66 return INSN;
AbstractInsnNode.java 48 public static final int INSN = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 135 /* The first insn of the block is embedded into bb->il.x. */
136 /* The last insn of the block. */
139 /* In CFGlayout mode points to insn notes/jumptables to be placed just before
166 Basic blocks need not start with a label nor end with a jump insn.
169 end with a jump insn. Block 0 is a descendant of the entry block.
369 #define FOR_BB_INSNS(BB, INSN) \
370 for ((INSN) = BB_HEAD (BB); \
371 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
372 (INSN) = NEXT_INSN (INSN)
    [all...]
rtl.h 288 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
305 1 in an INSN, JUMP_INSN or CALL_INSN if this insn must be scheduled
306 together with the preceding insn. Valid only within sched.
307 1 in an INSN, JUMP_INSN, or CALL_INSN if insn is in a delay slot and
323 /* 1 in an INSN or a SET if this rtx is related to the call frame,
441 /* Predicate yielding nonzero iff X is a label insn. */
444 /* Predicate yielding nonzero iff X is a jump insn. */
447 /* Predicate yielding nonzero iff X is a call insn. *
    [all...]
rtl.def 67 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN)
117 Each insn expression holds an rtl instruction and its semantics
127 DEF_RTL_EXPR(INSN, "insn", "iuuBeiie", RTX_INSN)
130 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
137 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
159 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
177 These occur in an insn all by themselves as the PATTERN.
186 When an insn stores more than one value, a separate ASM_OPERAND
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 131 /*--- arm insn stream. ---*/
13831 UInt insn = getUIntLittleEndianly( guest_instr ); local
14032 UInt insn local
    [all...]
guest_arm_toIR.c 137 insn is Thumb (True) or ARM (False). */
188 /*--- arm insn stream. ---*/
537 happened, because the first insn's write to the block is
576 r15, record info so at the end of this insn's translation, a branch
14604 UInt insn; local
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 247 #define GEN_UNARY_TEST(INSN,SUFFIXD,SUFFIXN) \
249 static void test_##INSN##_##SUFFIXD##_##SUFFIXN ( LaneTy ty ) { \
260 #INSN " v8." #SUFFIXD ", v7." #SUFFIXN " ; " \
265 printf(#INSN " v8." #SUFFIXD ", v7." #SUFFIXN); \
275 #define GEN_BINARY_TEST(INSN,SUFFIXD,SUFFIXN,SUFFIXM) \
277 static void test_##INSN##_##SUFFIXD##_##SUFFIXN##_##SUFFIXM ( LaneTy ty ) { \
290 #INSN " v9." #SUFFIXD ", v7." #SUFFIXN ", v8." #SUFFIXM " ; " \
295 printf(#INSN " v9." #SUFFIXD \
307 #define GEN_SHIFT_TEST(INSN,SUFFIXD,SUFFIXN,AMOUNT) \
309 static void test_##INSN##_##SUFFIXD##_##SUFFIXN##_##AMOUNT ( LaneTy ty ) {
    [all...]
memory.c 170 // generates two fixed insns either side of the test insn, these
329 // INSN may mention the following regs as containing load/store data:
335 // are loaded with random data too. INSN is then executed, with
344 // If the insn modifies its base register then (obviously) the x5 "new - old"
347 #define MEM_TEST(INSN, AREG1OFF, AREG2VAL) { \
370 INSN " ; " \
383 INSN, (Long)AREG1OFF, (Long)AREG2VAL); \
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
asm-xml-3.3.jar 
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 141 static uint32_t findBitMask(uint32_t insn,
145 if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex))
148 if (((insn & 0xc000) != 0) && (encodings[i].isDuplex))
151 if (((encodings[i].insnMask) & insn) == encodings[i].insnCmpMask)
160 #define FINDBITMASK(INSN) \
161 findBitMask((uint32_t)INSN, \
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
asm-tree-5.0.3.jar 
  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
asm-xml-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3.1/
asm-tree-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 

Completed in 709 milliseconds

1 2