Searched refs:operands (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4850 const char *operands = inst->GetOperands(&exe_ctx); local
4855 if (operands && operands[0] == '\0')
4856 operands = NULL;
4862 if (mnemonic && operands && comment)
4863 strm.Printf ("%-8s %-25s ; %s", mnemonic, operands, comment);
4864 else if (mnemonic && operands)
4865 strm.Printf ("%-8s %s", mnemonic, operands);
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h189 /// constraint to the nodes operands. This returns true if it makes a
212 /// getNumOperands - This is the number of operands required or -1 if
233 /// constraints for this node to the operands of the node. This returns
615 const std::vector<Record*> &operands,
617 : Pattern(TP), Results(results), Operands(operands),
/freebsd-10.2-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile122 $(srcdir)/tree-ssa-operands.h $(srcdir)/tree-ssa-operands.c \
/freebsd-10.2-release/contrib/gcc/
H A Dtree.h276 /* Number of operands and names for each clause. */
771 &__t->exp.operands[__i]; }))
781 &__t->exp.operands[__i]; }))
792 &__t->exp.operands[__i]; }))
851 #define TREE_OPERAND_CHECK(T, I) __PAST_END((T)->exp.operands, I)
852 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) __PAST_END((T)->exp.operands, I)
853 #define TREE_RTL_OPERAND_CHECK(T, CODE, I) (*(rtx *) &((T)->exp.operands[I]))
1525 /* The operands of a TARGET_MEM_REF. */
1534 /* The operands of a BIND_EXPR. */
1552 ASM_OPERAND with no operands
[all...]
H A Dtree-flow.h30 #include "tree-ssa-operands.h"
289 /* Nonzero if the statement has been modified (meaning that the operands
304 struct stmt_operands_d GTY ((skip (""))) operands;
782 knowledge about value ranges of operands on entry to
H A Dtree-ssa.c451 once in virtual operands. */
877 free_ssa_operands (&ann->operands);
H A DMakefile.in806 TREE_FLOW_H = tree-flow.h tree-flow-inline.h tree-ssa-operands.h \
987 tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o \
1982 tree-ssa-operands.o : tree-ssa-operands.c $(TREE_FLOW_H) $(CONFIG_H) \
1985 gt-tree-ssa-operands.h coretypes.h langhooks.h $(IPA_REFERENCE_H)
2878 $(srcdir)/tree-ssa-operands.h $(srcdir)/tree-ssa-operands.c \
2913 gt-tree-ssa-operands.h gt-tree-ssa-propagate.h \
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-s390.c566 /* Halve PCREL operands. */
1188 /* Gather the operands. */
1190 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
1352 /* Ok, skip all operands until S390_OPERAND_BASE. */
1383 we have to skip optional operands. */
2037 We are only prepared to turn a few of the operands into
H A Dtc-alpha.c1022 for (opidx = opcode->operands; *opidx; ++opidx)
1026 /* Only take input from real operands. */
1467 /* For 32-bit operands, break up the addend. */
1866 for (argidx = opcode->operands; *argidx; ++argidx)
1873 /* Fake operands take no value and generate no fixup. */
2472 /* Move the operands into the right place. */
2570 /* Move the operands into the right place. */
/freebsd-10.2-release/contrib/openpam/
H A Dconfigure2824 Your 'rm' program seems unable to run without file operands specified
/freebsd-10.2-release/contrib/file/
H A Dconfigure3095 Your 'rm' program seems unable to run without file operands specified
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dconfigure3199 Your 'rm' program seems unable to run without file operands specified
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure3605 Your 'rm' program seems unable to run without file operands specified
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure3821 Your 'rm' program seems unable to run without file operands specified
[all...]

Completed in 361 milliseconds

123