Module 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 ๐Ÿ”’
compute_abi_info ๐Ÿ”’
is_xtensa_aggregate ๐Ÿ”’