Searched defs:vregA (Results 1 – 5 of 5) sorted by relevance
271 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addr() local291 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWide() local302 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWideShift() local313 const uint32_t vregA = is_lit16 ? inst->VRegA_22s() : inst->VRegA_22b(); in CheckLiteralOp() local
2123 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local2146 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local2163 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() local4396 const uint32_t vregA) { in VerifyPrimitivePut()4489 const uint32_t vregA = inst->VRegA_23x(); in VerifyAPut() local4746 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c(); in VerifyISFieldAccess() local
52 public int vregA; field in RandomInstructionGenerator.AssociatedMutation
115 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldGet() local169 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