Home
last modified time | relevance | path

Searched defs:ArgLocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_x86_32.h32 struct ArgLocation { struct
33 ArgLocationKind kind; argument
42 constexpr ArgLocation GetNextArgLoc(unsigned size, unsigned alignment) { in GetNextArgLoc() argument
Dcalling_conventions_x86_64.h34 struct ArgLocation { struct
35 ArgLocationKind kind; argument
44 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() argument
Dcalling_conventions_riscv64.h37 struct ArgLocation { struct
38 ArgLocationKind kind; argument
53 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() argument
Dcalling_conventions_arm64.h32 struct ArgLocation { struct
33 ArgLocationKind kind; argument
47 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() argument
Dcalling_conventions_arm.h33 struct ArgLocation { struct
34 ArgLocationKind kind; argument
35 unsigned offset; // meaning of offset depends on kind!