Searched refs:move_inst (Results 1 – 1 of 1) sorted by relevance
2763 const Instruction& move_inst = code_item_accessor_.InstructionAt(move_idx); in CodeFlowVerifyInstruction() local2764 switch (move_inst.Opcode()) { in CodeFlowVerifyInstruction()2766 maybe_update_fn(move_inst.VRegB_12x(), move_inst.VRegA_12x()); in CodeFlowVerifyInstruction()2769 maybe_update_fn(move_inst.VRegB_22x(), move_inst.VRegA_22x()); in CodeFlowVerifyInstruction()2772 maybe_update_fn(move_inst.VRegB_32x(), move_inst.VRegA_32x()); in CodeFlowVerifyInstruction()