Lines Matching defs:out
353 Move(location, instruction->GetLocations()->Out());
494 comp->GetLocations()->Out().AsX86_64().AsCpuRegister());
566 __ movl(locations->Out().AsX86_64().AsCpuRegister(), Immediate(0));
570 __ movl(locations->Out().AsX86_64().AsCpuRegister(), Immediate(-1));
574 __ movl(locations->Out().AsX86_64().AsCpuRegister(), Immediate(1));
779 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
845 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
924 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
925 __ xorq(locations->Out().AsX86_64().AsCpuRegister(), Immediate(1));
1008 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1013 __ movzxb(out, Address(obj, offset));
1018 __ movsxb(out, Address(obj, offset));
1023 __ movsxw(out, Address(obj, offset));
1028 __ movzxw(out, Address(obj, offset));
1034 __ movl(out, Address(obj, offset));
1039 __ movq(out, Address(obj, offset));
1067 DCHECK(obj.Equals(locations->Out()));
1094 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1096 __ movzxb(out, Address(obj,
1099 __ movzxb(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset));
1106 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1108 __ movsxb(out, Address(obj,
1111 __ movsxb(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset));
1118 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1120 __ movsxw(out, Address(obj,
1123 __ movsxw(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_2, data_offset));
1130 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1132 __ movzxw(out, Address(obj,
1135 __ movzxw(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_2, data_offset));
1144 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1146 __ movl(out, Address(obj,
1149 __ movl(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_4, data_offset));
1156 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1158 __ movq(out, Address(obj,
1161 __ movq(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_8, data_offset));
1276 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1277 __ movl(out, Address(obj, offset));