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

1 2

  /external/valgrind/main/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 117 Basic blocks need not start with a label nor end with a jump insn.
120 end with a jump insn. Block 0 is a descendant of the entry block.
174 /* In CFGlayout mode points to insn notes/jumptables to be placed just before
371 #define FOR_BB_INSNS(BB, INSN) \
372 for ((INSN) = BB_HEAD (BB); \
373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
377 current insn. *
    [all...]
rtl.h 262 1 in a JUMP_INSN, CALL_INSN, or INSN of an annulling branch. */
265 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
284 1 in an INSN, JUMP_INSN or CALL_INSN if this insn must be scheduled
285 together with the preceding insn. Valid only within sched.
286 1 in an INSN, JUMP_INSN, or CALL_INSN if insn is in a delay slot and
297 /* 1 in an INSN or a SET if this rtx is related to the call frame,
380 /* Predicate yielding nonzero iff X is a label insn. */
383 /* Predicate yielding nonzero iff X is a jump insn. *
    [all...]
rtl.def 69 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN)
119 Each insn expression holds an rtl instruction and its semantics
129 DEF_RTL_EXPR(INSN, "insn", "iuuBeiie", RTX_INSN)
132 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
139 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
161 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
179 These occur in an insn all by themselves as the PATTERN.
188 When an insn stores more than one value, a separate ASM_OPERAND
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 117 Basic blocks need not start with a label nor end with a jump insn.
120 end with a jump insn. Block 0 is a descendant of the entry block.
174 /* In CFGlayout mode points to insn notes/jumptables to be placed just before
371 #define FOR_BB_INSNS(BB, INSN) \
372 for ((INSN) = BB_HEAD (BB); \
373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
377 current insn. *
    [all...]
rtl.h 262 1 in a JUMP_INSN, CALL_INSN, or INSN of an annulling branch. */
265 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
284 1 in an INSN, JUMP_INSN or CALL_INSN if this insn must be scheduled
285 together with the preceding insn. Valid only within sched.
286 1 in an INSN, JUMP_INSN, or CALL_INSN if insn is in a delay slot and
297 /* 1 in an INSN or a SET if this rtx is related to the call frame,
380 /* Predicate yielding nonzero iff X is a label insn. */
383 /* Predicate yielding nonzero iff X is a jump insn. *
    [all...]
rtl.def 69 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN)
119 Each insn expression holds an rtl instruction and its semantics
129 DEF_RTL_EXPR(INSN, "insn", "iuuBeiie", RTX_INSN)
132 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
139 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
161 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
179 These occur in an insn all by themselves as the PATTERN.
188 When an insn stores more than one value, a separate ASM_OPERAND
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 117 Basic blocks need not start with a label nor end with a jump insn.
120 end with a jump insn. Block 0 is a descendant of the entry block.
174 /* In CFGlayout mode points to insn notes/jumptables to be placed just before
371 #define FOR_BB_INSNS(BB, INSN) \
372 for ((INSN) = BB_HEAD (BB); \
373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
377 current insn. *
    [all...]
rtl.h 262 1 in a JUMP_INSN, CALL_INSN, or INSN of an annulling branch. */
265 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
284 1 in an INSN, JUMP_INSN or CALL_INSN if this insn must be scheduled
285 together with the preceding insn. Valid only within sched.
286 1 in an INSN, JUMP_INSN, or CALL_INSN if insn is in a delay slot and
297 /* 1 in an INSN or a SET if this rtx is related to the call frame,
380 /* Predicate yielding nonzero iff X is a label insn. */
383 /* Predicate yielding nonzero iff X is a jump insn. *
    [all...]
rtl.def 69 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN)
119 Each insn expression holds an rtl instruction and its semantics
129 DEF_RTL_EXPR(INSN, "insn", "iuuBeiie", RTX_INSN)
132 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
139 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
161 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
179 These occur in an insn all by themselves as the PATTERN.
188 When an insn stores more than one value, a separate ASM_OPERAND
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 117 Basic blocks need not start with a label nor end with a jump insn.
120 end with a jump insn. Block 0 is a descendant of the entry block.
174 /* In CFGlayout mode points to insn notes/jumptables to be placed just before
371 #define FOR_BB_INSNS(BB, INSN) \
372 for ((INSN) = BB_HEAD (BB); \
373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
377 current insn. *
    [all...]
rtl.h 262 1 in a JUMP_INSN, CALL_INSN, or INSN of an annulling branch. */
265 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
284 1 in an INSN, JUMP_INSN or CALL_INSN if this insn must be scheduled
285 together with the preceding insn. Valid only within sched.
286 1 in an INSN, JUMP_INSN, or CALL_INSN if insn is in a delay slot and
297 /* 1 in an INSN or a SET if this rtx is related to the call frame,
380 /* Predicate yielding nonzero iff X is a label insn. */
383 /* Predicate yielding nonzero iff X is a jump insn. *
    [all...]
rtl.def 69 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN)
119 Each insn expression holds an rtl instruction and its semantics
129 DEF_RTL_EXPR(INSN, "insn", "iuuBeiie", RTX_INSN)
132 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
139 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */
161 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
179 These occur in an insn all by themselves as the PATTERN.
188 When an insn stores more than one value, a separate ASM_OPERAND
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 134 insn is Thumb (True) or ARM (False). */
185 /*--- arm insn stream. ---*/
488 happened, because the first insn's write to the block is
527 r15, record info so at the end of this insn's translation, a branch
12597 UInt insn; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 57 INSN,
nasm-parse.c 124 case INSN:
177 case INSN: str = "instruction"; break;
739 case INSN:
741 yasm_insn *insn; local
743 insn = yasm_bc_get_insn(bc);
753 if (insn->num_operands == 0)
764 yasm_insn_ops_append(insn, op);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 35 #include "insn-modes.h"
165 /* Set to 1 when a return insn is output, this means that the epilogue
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 35 #include "insn-modes.h"
165 /* Set to 1 when a return insn is output, this means that the epilogue
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 35 #include "insn-modes.h"
165 /* Set to 1 when a return insn is output, this means that the epilogue
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 35 #include "insn-modes.h"
165 /* Set to 1 when a return insn is output, this means that the epilogue
    [all...]
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 

Completed in 625 milliseconds

1 2