Home | History | Annotate | Download | only in x64

Lines Matching refs:IsRegister

147   if (source->IsRegister()) {
149 if (destination->IsRegister()) {
160 if (destination->IsRegister()) {
172 if (destination->IsRegister()) {
243 if (source->IsRegister() && destination->IsRegister()) {
251 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
252 (source->IsStackSlot() && destination->IsRegister())) {
255 cgen_->ToRegister(source->IsRegister() ? source : destination);
257 cgen_->ToOperand(source->IsRegister() ? destination : source);