| 1 | use super::regs; |
| 2 | use crate::abi::{ABI, ABIOperand, ABIParams, ABIResults, ABISig, ParamsOrReturns, align_to}; |
| 3 | use crate::codegen::CodeGenError; |
| 4 | use crate::isa::{CallingConvention, reg::Reg}; |
nothing calls this directly
no outgoing calls
no test coverage detected