Searched defs:src2 (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DCodegenCommon.cpp301 int dest, int src1, int src2)
312 insn->operands[2] = src2;
320 int dest, int src1, int src2, int info)
328 insn->operands[2] = src2;
300 newLIR3(CompilationUnit *cUnit, ArmOpcode opcode, int dest, int src1, int src2) argument
319 newLIR4(CompilationUnit *cUnit, ArmOpcode opcode, int dest, int src1, int src2, int info) argument
/dalvik/vm/compiler/
H A DSSATransformation.cpp358 * Perform dest U= src1 ^ ~src2
363 const BitVector *src2)
366 dest->storageSize != src2->storageSize ||
368 dest->expandable != src2->expandable) {
375 dest->storage[idx] |= src1->storage[idx] & ~src2->storage[idx];
361 computeSuccLiveIn(BitVector *dest, const BitVector *src1, const BitVector *src2) argument

Completed in 112 milliseconds