HomeSort by relevance Sort by last modified time
    Searched defs:operands (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/
OperandTraits.h 12 // 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/
ExpressionParser.c 350 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]));
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 41 * {@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.get(sourcesIndex).blockIndex
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 79 "operands change width") \
81 "but not the operands") \
83 "but not the operands") \
85 "operands change width") \
87 "operands change width") \
88 ENUM_ENTRY(IC_64BIT_REXW, 4, "requires a REX.W prefix, so operands "\
102 "operands' meaning") \
206 * Physical encodings of instruction operands.
247 * Semantic interpretations of instruction operands.
363 * its operands
368 struct OperandSpecifier operands[X86_MAX_OPERANDS]; member in struct:InstructionSpecifier
    [all...]
  /external/llvm/lib/VMCore/
ConstantsContext.h 51 // allocate space for exactly two operands
71 // allocate space for exactly three operands
91 // allocate space for exactly two operands
111 // allocate space for exactly three operands
132 // allocate space for exactly three operands
226 // allocate space for exactly two operands
310 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
314 std::vector<Constant*> operands; member in struct:llvm::ExprMapKeyType
320 this->operands == that.operands &
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-sccvn.h 27 /* N-ary operations in the hashtable consist of length operands, an
62 /* Reference operands only exist in reference operations structures.
63 They consist of an opcode, type, and some number of operands. For
64 a given opcode, some, all, or none of the operands may be used.
65 The operands are there to store the information that makes up the
84 the operation, and a collection of operands that make up the
86 of operands, they access the same memory location. We also store
96 VEC (vn_reference_op_s, heap) *operands; member in struct:vn_reference_s
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 27 /* N-ary operations in the hashtable consist of length operands, an
62 /* Reference operands only exist in reference operations structures.
63 They consist of an opcode, type, and some number of operands. For
64 a given opcode, some, all, or none of the operands may be used.
65 The operands are there to store the information that makes up the
84 the operation, and a collection of operands that make up the
86 of operands, they access the same memory location. We also store
96 VEC (vn_reference_op_s, heap) *operands; member in struct:vn_reference_s
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 27 /* N-ary operations in the hashtable consist of length operands, an
62 /* Reference operands only exist in reference operations structures.
63 They consist of an opcode, type, and some number of operands. For
64 a given opcode, some, all, or none of the operands may be used.
65 The operands are there to store the information that makes up the
84 the operation, and a collection of operands that make up the
86 of operands, they access the same memory location. We also store
96 VEC (vn_reference_op_s, heap) *operands; member in struct:vn_reference_s
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 160 int operands[4]; // [0..3] = [dest, src1, src2, extra] member in struct:X86LIR
  /external/bluetooth/bluez/audio/
control.c 90 /* operands in passthrough commands */
358 const unsigned char *operands,
367 if (operands[0] & 0x80) {
378 if ((operands[0] & 0x7F) != key_map[i].avrcp)
403 operands[0] & 0x7F, status);
498 unsigned char buf[1024], *operands; local
538 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header);
542 "opcode 0x%02X, %d operands",
558 handle_panel_passthrough(control, operands, operand_count);
572 operands[0] = 0x07
999 uint8_t *operands = &buf[AVCTP_HEADER_LENGTH + AVRCP_HEADER_LENGTH]; local
    [all...]
  /external/v8/src/
lithium.h 243 // We clear both operands to indicate move that's been eliminated.
413 const ZoneList<LOperand*>* operands() const { return &pointer_operands_; } function in class:v8::internal::LPointerMap
502 // Allocation index indexed arrays of spill slot operands for registers
514 // Iterates over the non-null, non-constant operands in an environment.
557 // Iterator for non-null, non-constant operands incl. outer environments.
  /external/mesa3d/src/glsl/
ir.h 790 * The type of both operands must be equal.
800 * Returns single boolean for whether all components of operands[0]
801 * equal the components of operands[1].
805 * Returns single boolean for whether any component of operands[0]
806 * is not equal to the corresponding component of operands[1].
882 * Determine the number of operands used by an expression
887 * Determine the number of operands used by an expression
919 ir_rvalue *operands[4]; member in class:ir_expression
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 448 // TODO(twuerthinger): Introduce marker operands to indicate that this value
688 const ZoneList<LOperand*>* operands = pointers->operands(); local
691 for (int i = 0; i < operands->length(); i++) {
692 LOperand* pointer = operands->at(i);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 375 // TODO(twuerthinger): Introduce marker operands to indicate that this value
644 const ZoneList<LOperand*>* operands = pointers->operands(); local
647 for (int i = 0; i < operands->length(); i++) {
648 LOperand* pointer = operands->at(i);
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 407 // TODO(twuerthinger): Introduce marker operands to indicate that this value
640 const ZoneList<LOperand*>* operands = pointers->operands(); local
644 for (int i = 0; i < operands->length(); i++) {
645 LOperand* pointer = operands->at(i);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 49 * r0, r1, r2, r3 to hold operands/results
53 * r0, r1, r2, r3, r8, r9, r10, r11, r12, r14 for operands/results
55 * s16-s31/d8-d15 for operands/results
766 int operands[4]; \/\/ [0..3] = [dest, src1, src2, extra] member in struct:ArmLIR
    [all...]
  /external/qemu/
ppc-dis.c 53 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 remaining on the line
330 unsigned int operands; member in struct:powerpc_macro
    [all...]
  /external/valgrind/main/perf/
tinycc.c 17977 ASMOperand operands[MAX_ASM_OPERANDS]; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 5422 milliseconds