Searched defs:operands (Results 1 - 21 of 21) sorted by relevance

/external/llvm/include/llvm/IR/
H A DOperandTraits.h12 // the operands in the most efficient manner.
38 static unsigned operands(const User*) { function in struct:llvm::FixedNumOperandTraits
47 /// OptionalOperandTraits - when the number of operands may change at runtime.
52 static unsigned operands(const User *U) { function in struct:llvm::OptionalOperandTraits
73 static unsigned operands(const User *U) { function in struct:llvm::VariadicOperandTraits
100 static unsigned operands(const User *U) { function in struct:llvm::HungoffOperandTraits
137 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
143 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
148 return OperandTraits<CLASS>::operands(this); \
/external/srec/srec/Semproc/src/
H A DExpressionEvaluator.c39 ESR_ReturnCode EE_concat(LCHAR* name, LCHAR** operands, size_t opCount, void* data, LCHAR* resultBuf, size_t* resultLen) argument
44 if (operands == NULL || resultBuf == NULL || resultLen == NULL)
52 opLen = LSTRLEN(operands[i]);
54 LSTRCAT(resultBuf, operands[i]);
62 ESR_ReturnCode EE_conditional(LCHAR* name, LCHAR** operands, size_t opCount, void* data, LCHAR* resultBuf, size_t* resultLen) argument
64 if (operands == NULL || resultBuf == NULL || resultLen == NULL)
70 if (!LSTRCMP(operands[0], UNDEFINED_SYMBOL) || !operands[0] ||
71 !LSTRCMP(operands[0], FALSE_SYMBOL))
73 if (strlen(operands[
96 EE_add(LCHAR* name, LCHAR** operands, size_t opCount, void* data, LCHAR* resultBuf, size_t* resultLen) argument
112 EE_subtract(LCHAR* name, LCHAR** operands, size_t opCount, void* data, LCHAR* resultBuf, size_t* resultLen) argument
[all...]
H A DExpressionParser.c350 LCHAR *operands[MAX_RHS_IDENTIFIERS]; local
373 CHKLOG(rc, ST_getKeyValue(symtable, self->identifiers[i], &operands[i]));
379 p = operands[i] = &self->identifiers[i][1];
407 CHKLOG(rc, (*self->pfunction)(self->functionName, operands, self->idCount, self->userData, result, &resultLen));
417 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, operands[0]));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java55 * July 7, 2006: TJP altered OR to be set of operands. the Binary tree
304 protected final Set<SemanticContext> operands = new HashSet<SemanticContext>(); field in class:SemanticContext.CommutativePredicate
310 operands.addAll(predicate.operands);
312 operands.add(a);
317 operands.addAll(predicate.operands);
319 operands.add(b);
329 operands.addAll(predicate.operands);
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java41 * {@code non-null;} operands of the instruction; built up by
44 private final ArrayList<Operand> operands = new ArrayList<Operand>(); field in class:PhiInsn
50 * Constructs a new phi insn with no operands.
82 * Updates the TypeBearers of all the sources (phi operands) to be
86 * Note that local association of operands are preserved in this step.
91 for (Operand o : operands) {
130 operands.add(new Operand(registerSpec, predBlock.getIndex(),
144 for (Operand o : operands) {
150 operands.removeAll(operandsToRemove);
164 return operands
[all...]
/external/llvm/lib/IR/
H A DConstantsContext.h55 // allocate space for exactly two operands
76 // allocate space for exactly three operands
97 // allocate space for exactly two operands
118 // allocate space for exactly three operands
140 // allocate space for exactly three operands
239 // allocate space for exactly two operands
323 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
327 std::vector<Constant*> operands; member in struct:llvm::ExprMapKeyType
333 this->operands == that.operands
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h24 uint16_t operands;
468 needed to find relocation entries for adding symbolic operands */
500 /* The ModR/M byte, which contains most register operands and some portion of
501 all memory operands */
505 /* The SIB byte, used for more complex 32- or 64-bit memory operands */
509 /* The displacement, used for memory operands */
543 const struct OperandSpecifier *operands; member in struct:InternalInstruction
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... .equinox.internal.p2.engine.Operand[] operands org.eclipse.equinox.p2.engine. ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h963 /// operands in the root of the pattern. The rest are appended to this node.
968 const unsigned *operands, unsigned numops,
973 VTs(vts, vts+numvts), Operands(operands, operands+numops),
1018 const unsigned *operands, unsigned numops,
1022 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
1041 const unsigned *operands, unsigned numops,
1045 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
966 EmitNodeMatcherCommon(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, bool isMorphNodeTo) argument
1016 EmitNodeMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, unsigned firstresultslot) argument
1039 MorphNodeToMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument
/external/elfutils/libcpu/
H A Di386_parse.c229 } operands[3]; member in struct:instruction
2392 if (instr->operands[n].str != NULL)
2397 instr->operands[n].str = runp->str;
2440 if (instr->operands[n].off1 == 0)
2441 instr->operands[n].off1 = bitoff;
2442 else if (instr->operands[n].off2 == 0)
2443 instr->operands[n].off2 = bitoff;
2444 else if (instr->operands[n].off3 == 0)
2445 instr->operands[n].off3 = bitoff;
2463 instr->operands[
[all...]
/external/qemu/
H A Dppc-dis.c53 operands are zeroes. */
59 match (and are presumably filled in by operands). */
68 operand table. They appear in the order which the operands must
70 unsigned char operands[8]; member in struct:powerpc_opcode
173 /* The operands table is an array of struct powerpc_operand. */
198 operand value is legal, *ERRMSG will be unchanged (most operands
226 the operands field of the powerpc_opcodes table. */
244 operands fields are identical. The assembler should call the
252 store instructions which want their operands to look like
287 assembler must count the number of operands remainin
330 unsigned int operands; member in struct:powerpc_macro
[all...]
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc526 // TODO(twuerthinger): Introduce marker operands to indicate that this value
758 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
761 for (int i = 0; i < operands->length(); i++) {
762 LOperand* pointer = operands->at(i);
1189 // one can be done faster with shifted operands.
1771 // Compare left and right operands as doubles and load the
1784 // We transposed the operands. Reverse the condition.
5044 // backpatching it with the spill slot operands.
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc415 // TODO(twuerthinger): Introduce marker operands to indicate that this value
680 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
683 for (int i = 0; i < operands->length(); i++) {
684 LOperand* pointer = operands->at(i);
1600 // We transposed the operands. Reverse the condition.
4882 // backpatching it with the spill slot operands.
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc494 // TODO(twuerthinger): Introduce marker operands to indicate that this value
721 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
724 for (int i = 0; i < operands->length(); i++) {
725 LOperand* pointer = operands->at(i);
987 // one can be done faster with shifted operands.
1175 // Due to overflow check macros not supporting constant operands,
1344 // Due to overflow check macros not supporting constant operands,
1643 // We transposed the operands. Reverse the condition.
4978 // backpatching it with the spill slot operands.
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc415 // TODO(twuerthinger): Introduce marker operands to indicate that this value
640 const ZoneList<LOperand*>* operands = pointers->GetNormalizedOperands(); local
644 for (int i = 0; i < operands->length(); i++) {
645 LOperand* pointer = operands->at(i);
1567 // We transposed the operands. Reverse the condition.
1956 // Use a temp register to avoid memory operands with variable lengths.
4670 // backpatching it with the spill slot operands.
/external/valgrind/main/perf/
H A Dtinycc.c2998 /* generic two operands */
4330 /* generic two operands */
5528 static int find_constraint(ASMOperand *operands, int nb_operands,
6290 two operands are guaranted to have the same floating point type */
11210 error("invalid operands to binary %s", get_tok_str(op, NULL));
11290 /* put again type if gen_opic() swaped operands */
11305 error("invalid operands for binary operation");
13393 /* cast operands to correct type according to ISOC rules */
15039 /* in order to compress the operand type, we use specific operands and
16313 /* get operands */
16661 asm_compute_constraints(ASMOperand *operands, int nb_operands, int nb_outputs, const uint8_t *clobber_regs, int *pout_reg) argument
16974 asm_gen_code(ASMOperand *operands, int nb_operands, int nb_outputs, int is_output, uint8_t *clobber_regs, int out_reg) argument
17823 find_constraint(ASMOperand *operands, int nb_operands, const char *name, const char **pp) argument
17861 subst_asm_operands(ASMOperand *operands, int nb_operands, int nb_outputs, CString *out_str, CString *in_str) argument
17904 parse_asm_operands(ASMOperand *operands, int *nb_operands_ptr, int is_output) argument
17977 ASMOperand operands[MAX_ASM_OPERANDS]; local
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 850 milliseconds