• Home
  • Raw
  • Download

Lines Matching refs:operands

916         *dataPtr++ = dataLIR->operands[0];  in installLiteralPools()
921 *dataPtr++ = dataLIR->operands[0]; in installLiteralPools()
942 (lir->operands[0] == 1)) { in assembleInstructions()
955 ((lir->opcode == kThumb2Vldrs) && (lir->operands[1] == r15pc))) { in assembleInstructions()
980 lir->operands[2] = delta >> 2; in assembleInstructions()
982 lir->operands[1] = (lir->opcode == kThumb2LdrPcRel12) ? in assembleInstructions()
996 newInst->operands[0] = 0; in assembleInstructions()
997 newInst->operands[1] = (lir->opcode == kThumb2Cbz) ? in assembleInstructions()
1005 lir->operands[1] = 0; in assembleInstructions()
1015 lir->operands[1] = delta >> 1; in assembleInstructions()
1031 lir->operands[0] = delta >> 1; in assembleInstructions()
1041 lir->operands[0] = delta >> 1; in assembleInstructions()
1046 intptr_t target = lir->operands[1]; in assembleInstructions()
1055 lir->operands[0] = (delta >> 12) & 0x7ff; in assembleInstructions()
1056 NEXT_LIR(lir)->operands[0] = (delta>> 1) & 0x7ff; in assembleInstructions()
1061 intptr_t target = lir->operands[1]; in assembleInstructions()
1066 lir->operands[0] = (delta >> 12) & 0x7ff; in assembleInstructions()
1067 NEXT_LIR(lir)->operands[0] = (delta>> 1) & 0x7ff; in assembleInstructions()
1076 operand = lir->operands[i]; in assembleInstructions()
1380 armLIR->operands[0] = 1; in dvmCompilerAssembleLIR()
1382 armLIR->operands[0] = 0; in dvmCompilerAssembleLIR()
1407 chainCellOffsetLIR->operands[0] == CHAIN_CELL_OFFSET_TAG); in dvmCompilerAssembleLIR()
1413 chainCellOffsetLIR->operands[0] = chainCellOffset - 4; in dvmCompilerAssembleLIR()
1459 chainCellOffsetLIR->operands[0] = CHAIN_CELL_OFFSET_TAG; in dvmCompilerAssembleLIR()