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

/dalvik/vm/compiler/codegen/x86/libenc/
H A Ddec_base.h103 EncoderBase::Operand operands[3]; member in struct:Inst
/dalvik/dx/src/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...]
/dalvik/vm/compiler/codegen/mips/
H A DMipsLIR.h54 * a0-a3 to hold operands
606 int operands[4]; // [0..3] = [dest, src1, src2, extra] member in struct:MipsLIR
/dalvik/vm/compiler/codegen/arm/
H A DArmLIR.h49 * 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

Completed in 520 milliseconds