Searched refs:kRuntimeParameterFpuRegisters (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm.h | 48 static constexpr SRegister kRuntimeParameterFpuRegisters[] = { S0, S1, S2, S3 }; variable 50 arraysize(kRuntimeParameterFpuRegisters); 57 kRuntimeParameterFpuRegisters, in InvokeRuntimeCallingConvention()
|
D | code_generator_mips64.h | 52 static constexpr FpuRegister kRuntimeParameterFpuRegisters[] = variable 55 arraysize(kRuntimeParameterFpuRegisters); 98 kRuntimeParameterFpuRegisters, in InvokeRuntimeCallingConvention()
|
D | code_generator_x86.h | 45 static constexpr XmmRegister kRuntimeParameterFpuRegisters[] = { XMM0, XMM1, XMM2, XMM3 }; variable 47 arraysize(kRuntimeParameterFpuRegisters); 54 kRuntimeParameterFpuRegisters, in InvokeRuntimeCallingConvention()
|
D | code_generator_x86_64.h | 43 static constexpr FloatRegister kRuntimeParameterFpuRegisters[] = { XMM0, XMM1 }; variable 45 arraysize(kRuntimeParameterFpuRegisters); 52 kRuntimeParameterFpuRegisters, in InvokeRuntimeCallingConvention()
|
D | code_generator_arm64.h | 84 static const vixl::FPRegister kRuntimeParameterFpuRegisters[] = variable 96 kRuntimeParameterFpuRegisters, in InvokeRuntimeCallingConvention()
|