Searched defs:vregA (Results 1 – 5 of 5) sorted by relevance
273 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addr() local295 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWide() local306 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWideShift() local317 const uint32_t vregA = is_lit16 ? inst->VRegA_22s() : inst->VRegA_22b(); in CheckLiteralOp() local
2167 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local2190 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local2207 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local4480 const uint32_t vregA) { in VerifyPrimitivePut()4573 const uint32_t vregA = inst->VRegA_23x(); in VerifyAPut() local4816 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c(); in VerifyISFieldAccess() local
52 public int vregA; field in RandomInstructionGenerator.AssociatedMutation
522 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldGet() local611 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldPut() local
79 public long vregA = 0; field in Instruction