Lines Matching refs:operands
485 LIR* hop_branch = RawLIR(dalvik_offset, opcode, lir->operands[0], in ConvertShortToLongBranch()
486 lir->operands[1], 0, 0, 0, hop_target); in ConvertShortToLongBranch()
541 int offset1 = (reinterpret_cast<LIR*>(UnwrapPointer(lir->operands[2])))->offset; in AssembleInstructions()
542 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleInstructions()
547 lir->operands[1] = delta; in AssembleInstructions()
552 lir->operands[0], 0, lir->operands[2], in AssembleInstructions()
553 lir->operands[3], 0, lir->target); in AssembleInstructions()
557 lir->operands[0], 0, lir->operands[2], in AssembleInstructions()
558 lir->operands[3], 0, lir->target); in AssembleInstructions()
562 lir->operands[0], lir->operands[0], rRA); in AssembleInstructions()
568 int offset1 = (reinterpret_cast<LIR*>(UnwrapPointer(lir->operands[2])))->offset; in AssembleInstructions()
569 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleInstructions()
572 lir->operands[1] = delta & 0xffff; in AssembleInstructions()
574 int offset1 = (reinterpret_cast<LIR*>(UnwrapPointer(lir->operands[2])))->offset; in AssembleInstructions()
575 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleInstructions()
578 lir->operands[1] = (delta >> 16) & 0xffff; in AssembleInstructions()
591 lir->operands[0] = delta >> 2; in AssembleInstructions()
605 lir->operands[1] = delta >> 2; in AssembleInstructions()
619 lir->operands[2] = delta >> 2; in AssembleInstructions()
623 CodeOffset target = lir->operands[0]; in AssembleInstructions()
629 lir->operands[0] = target >> 2; in AssembleInstructions()
633 lir->operands[1] = target >> 16; in AssembleInstructions()
637 lir->operands[2] = lir->operands[2] + target; in AssembleInstructions()
656 operand = lir->operands[i]; in AssembleInstructions()
732 lir->operands[0] = 1; in AssignInsnOffsets()
734 lir->operands[0] = 0; in AssignInsnOffsets()