Home | History | Annotate | Download | only in arm

Lines Matching refs:IsRegister

299     if (instr->InputAt(1)->IsRegister()) {                           \
316 if (instr->InputAt(1)->IsRegister()) { \
332 if (instr->InputAt(1)->IsRegister()) { \
346 if (instr->InputAt(1)->IsRegister()) { \
1180 if (source->IsRegister()) {
1181 DCHECK(destination->IsRegister() || destination->IsStackSlot());
1183 if (destination->IsRegister()) {
1189 DCHECK(destination->IsRegister() || destination->IsStackSlot());
1191 if (destination->IsRegister()) {
1200 if (destination->IsRegister() || destination->IsStackSlot()) {
1202 destination->IsRegister() ? g.ToRegister(destination) : kScratchReg;
1288 if (source->IsRegister()) {
1292 if (destination->IsRegister()) {