Searched defs:VRegister (Results 1 – 4 of 4) sorted by relevance
| /external/XNNPACK/src/xnnpack/ |
| D | aarch64-assembler.h | 70 struct VRegister { struct 75 VRegister v8b() const { return {code, 0, 0}; } in v8b() argument 76 VRegister v16b() const { return {code, 0, 1}; } in v16b() argument 77 VRegister v4h() const { return {code, 1, 0}; } in v4h() argument 78 VRegister v8h() const { return {code, 1, 1}; } in v8h() argument 79 VRegister v2s() const { return {code, 2, 0}; } in v2s() argument 80 VRegister v4s() const { return {code, 2, 1}; } in v4s() argument 81 VRegister v1d() const { return {code, 3, 0}; } in v1d() argument 82 VRegister v2d() const { return {code, 3, 1}; } in v2d() argument 84 ScalarVRegister s() const { return {code, 2}; } in s() argument [all …]
|
| /external/vixl/src/aarch64/ |
| D | registers-aarch64.h | 46 class VRegister; variable 548 VIXL_DECLARE_REGISTER_COMMON(VRegister, VRegister, CPURegister) in VIXL_DECLARE_REGISTER_COMMON() argument 559 VRegister(int code, VectorFormat format) in VRegister() function
|
| /external/vixl/test/aarch64/ |
| D | test-api-aarch64.cc | 667 static Variant GetVariant(VRegister) { return kNEON; } in TEST() argument
|
| /external/vixl/src/aarch32/ |
| D | instructions-aarch32.h | 180 VRegister() : CPURegister(kNoRegister, 0, 0) {} in VRegister() function 181 VRegister(RegisterType type, uint32_t code, int size) in VRegister() function
|