Module rustc_target::abi::call::xtensa
source ยท Expand description
The Xtensa ABI implementation
This ABI implementation is based on the following sources:
Section 8.1.4 & 8.1.5 of the Xtensa ISA reference manual, as well as snippets from Section 2.3 from the Xtensa programmers guide.
Constantsยง
- MAX_ARG_IN_REGS_SIZE ๐
- MAX_RET_IN_REGS_SIZE ๐
- NUM_ARG_GPRS ๐
- NUM_RET_GPRS ๐
Functionsยง
- classify_arg_ty ๐
- classify_ret_ty ๐
- is_xtensa_aggregate ๐