HomeSort by relevance Sort by last modified time
    Searched refs:IsFpuRegister (Results 1 - 24 of 24) sorted by null

  /art/compiler/utils/mips64/
managed_register_mips64.cc 29 if (IsFpuRegister() && other.IsVectorRegister()) {
31 } else if (IsVectorRegister() && other.IsFpuRegister()) {
42 } else if (IsFpuRegister()) {
managed_register_mips64_test.cc 34 EXPECT_FALSE(reg.IsFpuRegister());
41 EXPECT_FALSE(reg.IsFpuRegister());
48 EXPECT_FALSE(reg.IsFpuRegister());
55 EXPECT_FALSE(reg.IsFpuRegister());
62 EXPECT_FALSE(reg.IsFpuRegister());
69 EXPECT_FALSE(reg.IsFpuRegister());
76 EXPECT_FALSE(reg.IsFpuRegister());
83 EXPECT_FALSE(reg.IsFpuRegister());
90 EXPECT_FALSE(reg.IsFpuRegister());
97 EXPECT_FALSE(reg.IsFpuRegister());
    [all...]
managed_register_mips64.h 64 CHECK(IsFpuRegister());
88 constexpr bool IsFpuRegister() const {
assembler_mips64.cc     [all...]
  /art/compiler/optimizing/
locations.h 149 bool IsFpuRegister() const {
162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
166 DCHECK(IsRegister() || IsFpuRegister());
188 DCHECK(IsFpuRegister());
442 DCHECK(loc.IsFpuRegister());
451 DCHECK(loc.IsFpuRegister()) << loc;
653 || input.IsFpuRegister()
common_arm64.h 91 DCHECK(location.IsFpuRegister()) << location;
96 DCHECK(location.IsFpuRegister()) << location;
101 DCHECK(location.IsFpuRegister()) << location;
106 DCHECK(location.IsFpuRegister()) << location;
locations.cc 94 if (location.IsRegister() || location.IsFpuRegister()) {
register_allocator_linear_scan.cc 131 DCHECK(location.IsRegister() || location.IsFpuRegister());
231 if (temp.IsRegister() || temp.IsFpuRegister()) {
290 if (input.IsRegister() || input.IsFpuRegister()) {
345 if (first.IsRegister() || first.IsFpuRegister()) {
355 } else if (output.IsRegister() || output.IsFpuRegister()) {
    [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
common_arm.h 92 DCHECK(location.IsFpuRegister()) << location;
register_allocator_graph_color.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
ssa_liveness_analysis.cc 461 return other.IsFpuRegister();
code_generator_arm64.cc     [all...]
code_generator.cc 71 if (location.IsFpuRegister()
543 } else if (location.IsFpuRegister()) {
    [all...]
graph_visualizer.cc 295 } else if (location.IsFpuRegister()) {
register_allocation_resolver.cc 498 || destination.IsFpuRegister()
ssa_liveness_analysis.h 940 && (locations->InAt(0).IsFpuRegister(
    [all...]
intrinsics_x86.cc 370 DCHECK(output.IsFpuRegister());
    [all...]
intrinsics_x86_64.cc 262 DCHECK(output.IsFpuRegister());
    [all...]

Completed in 824 milliseconds