Searched refs:vA (Results 1 – 3 of 3) sorted by relevance
273 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local276 constantSuccessor = (vA == 0); in simulateBranch()279 constantSuccessor = (vA != 0); in simulateBranch()282 constantSuccessor = (vA < 0); in simulateBranch()285 constantSuccessor = (vA >= 0); in simulateBranch()288 constantSuccessor = (vA <= 0); in simulateBranch()291 constantSuccessor = (vA > 0); in simulateBranch()304 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local308 constantSuccessor = (vA == vB); in simulateBranch()311 constantSuccessor = (vA != vB); in simulateBranch()[all …]
502 pDec->vA = INST_AA(inst); in dexDecodeInstruction()505 pDec->vA = INST_A(inst); in dexDecodeInstruction()509 pDec->vA = INST_A(inst); in dexDecodeInstruction()513 pDec->vA = INST_AA(inst); in dexDecodeInstruction()516 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-bit value in dexDecodeInstruction()519 pDec->vA = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()524 pDec->vA = INST_AA(inst); in dexDecodeInstruction()529 pDec->vA = INST_AA(inst); in dexDecodeInstruction()533 pDec->vA = INST_AA(inst); in dexDecodeInstruction()542 pDec->vA = INST_AA(inst); in dexDecodeInstruction()[all …]
136 u4 vA; member