Searched defs:vixl (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm64.h22 namespace vixl { namespace
28 } // namespace vixl
80 vixl::aarch64::MacroAssembler* GetVIXLAssembler();
H A Dcommon_arm64.h48 return vixl::aarch64::kSPRegInternalCode;
51 return vixl::aarch64::kZeroRegCode;
57 if (code == vixl::aarch64::kSPRegInternalCode) {
60 if (code == vixl::aarch64::kZeroRegCode) {
66 inline vixl::aarch64::Register XRegisterFrom(Location location) {
68 return vixl::aarch64::Register::GetXRegFromCode(VIXLRegCodeFromART(location.reg()));
71 inline vixl::aarch64::Register WRegisterFrom(Location location) {
73 return vixl::aarch64::Register::GetWRegFromCode(VIXLRegCodeFromART(location.reg()));
76 inline vixl::aarch64::Register RegisterFrom(Location location, DataType::Type type) {
81 inline vixl
190 HeapOperand(const vixl::aarch64::Register& base, const vixl::aarch64::Register& regoffset, vixl::aarch64::Shift shift = vixl::aarch64::LSL, unsigned shift_amount = 0) argument
[all...]

Completed in 43 milliseconds