Searched refs:popForLR (Results 1 – 2 of 2) sorted by relevance
928 ArmLIR *popForLR = (ArmLIR *) dvmCompilerNew(sizeof(ArmLIR), true); in genSelfVerificationPostBranch() local929 popForLR->opcode = kThumbPop; in genSelfVerificationPostBranch()930 popForLR->operands[0] = 1 << r5FP; in genSelfVerificationPostBranch()931 setupResourceMasks(popForLR); in genSelfVerificationPostBranch()932 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); in genSelfVerificationPostBranch()935 dvmCompilerInsertLIRAfter((LIR *) popForLR, (LIR *) copy); in genSelfVerificationPostBranch()
998 MipsLIR *popForLR = (MipsLIR *) dvmCompilerNew(sizeof(MipsLIR), true); in genSelfVerificationPostBranch()999 popForLR->opcode = kThumbPop; in genSelfVerificationPostBranch()1000 popForLR->operands[0] = 1 << r5FP; in genSelfVerificationPostBranch()1001 setupResourceMasks(popForLR); in genSelfVerificationPostBranch()1002 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); in genSelfVerificationPostBranch()1005 dvmCompilerInsertLIRAfter((LIR *) popForLR, (LIR *) copy); in genSelfVerificationPostBranch()