Lines Matching refs:operands
84 if (DOUBLEREG(lir->operands[0])) { in annotateDalvikRegAccess()
154 setupRegMask(&lir->defMask, lir->operands[0]); in setupResourceMasks()
158 setupRegMask(&lir->defMask, lir->operands[1]); in setupResourceMasks()
170 lir->defMask |= ENCODE_REG_LIST(lir->operands[0]); in setupResourceMasks()
174 lir->defMask |= ENCODE_REG_LIST(lir->operands[1]); in setupResourceMasks()
191 setupRegMask(&lir->useMask, lir->operands[i]); in setupResourceMasks()
205 lir->useMask |= ENCODE_REG_LIST(lir->operands[0]); in setupResourceMasks()
209 lir->useMask |= ENCODE_REG_LIST(lir->operands[1]); in setupResourceMasks()
250 setupRegMask(&lir->useMask, lir->operands[i]); in relaxBranchMasks()
280 insn->operands[0] = dest; in newLIR1()
293 insn->operands[0] = dest; in newLIR2()
294 insn->operands[1] = src1; in newLIR2()
310 insn->operands[0] = dest; in newLIR3()
311 insn->operands[1] = src1; in newLIR3()
312 insn->operands[2] = src2; in newLIR3()
326 insn->operands[0] = dest; in newLIR4()
327 insn->operands[1] = src1; in newLIR4()
328 insn->operands[2] = src2; in newLIR4()
329 insn->operands[3] = info; in newLIR4()
363 if (((unsigned) (value - ((ArmLIR *) dataTarget)->operands[0])) <= in scanLiteralPool()
383 newValue->operands[0] = value; in addWordData()
434 pcrLabel->operands[0] = dPC; in genCheckCommon()
435 pcrLabel->operands[1] = dOffset; in genCheckCommon()