Home | History | Annotate | Download | only in x86_64

Lines Matching refs:IsCpuRegister

48     if (spill.IsCpuRegister()) {
80 if (spill.AsX86_64().IsCpuRegister()) {
126 if (spill.IsCpuRegister()) {
158 } else if (src.IsCpuRegister()) {
189 CHECK(src.IsCpuRegister());
195 CHECK(src.IsCpuRegister());
209 CHECK(scratch.IsCpuRegister());
229 } else if (dest.IsCpuRegister()) {
262 } else if (dest.IsCpuRegister()) {
290 CHECK(dest.IsCpuRegister());
300 CHECK(base.IsCpuRegister());
301 CHECK(dest.IsCpuRegister());
313 CHECK(base.IsCpuRegister());
314 CHECK(dest.IsCpuRegister());
320 CHECK(dest.IsCpuRegister());
327 CHECK(reg.IsCpuRegister()) << reg;
338 CHECK(reg.IsCpuRegister()) << reg;
350 if (dest.IsCpuRegister() && src.IsCpuRegister()) {
374 CHECK(scratch.IsCpuRegister());
383 CHECK(scratch.IsCpuRegister());
392 CHECK(scratch.IsCpuRegister());
402 if (scratch.IsCpuRegister() && size == 8) {
486 CHECK(in_reg.IsCpuRegister());
487 CHECK(out_reg.IsCpuRegister());
508 CHECK(scratch.IsCpuRegister());
527 CHECK(out_reg.IsCpuRegister());
528 CHECK(in_reg.IsCpuRegister());
549 CHECK(base.IsCpuRegister());