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));
780 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
846 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
925 locations->Out().AsX86_64().AsCpuRegister().AsRegister());
926 __ xorq(locations->Out().AsX86_64().AsCpuRegister(), Immediate(1));
1009 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1014 __ movzxb(out, Address(obj, offset));
1019 __ movsxb(out, Address(obj, offset));
1024 __ movsxw(out, Address(obj, offset));
1029 __ movzxw(out, Address(obj, offset));
1035 __ movl(out, Address(obj, offset));
1040 __ movq(out, Address(obj, offset));
1068 DCHECK(obj.Equals(locations->Out()));
1095 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1097 __ movzxb(out, Address(obj,
1100 __ movzxb(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset));
1107 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1109 __ movsxb(out, Address(obj,
1112 __ movsxb(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset));
1119 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1121 __ movsxw(out, Address(obj,
1124 __ movsxw(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_2, data_offset));
1131 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1133 __ movzxw(out, Address(obj,
1136 __ movzxw(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_2, data_offset));
1145 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1147 __ movl(out, Address(obj,
1150 __ movl(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_4, data_offset));
1157 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1159 __ movq(out, Address(obj,
1162 __ movq(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_8, data_offset));
1277 CpuRegister out = locations->Out().AsX86_64().AsCpuRegister();
1278 __ movl(out, Address(obj, offset));