Searched refs:use_scratch (Results 1 – 1 of 1) sorted by relevance
585 bool use_scratch = false; in EmitShiftOperation() local587 use_scratch = src == rcx || in EmitShiftOperation()590 if (use_scratch) assm->movq(kScratchRegister, rcx); in EmitShiftOperation()600 if (use_scratch) assm->movq(rcx, kScratchRegister); in EmitShiftOperation()