pub fn xbc32_bound_trap<E>( into: &mut E, addr: impl Into<XReg>, bound: impl Into<XReg>, size: impl Into<u8>, )where E: Extend<u8>,
encode
trapif(addr > bound_ptr - size) (unsigned)
trapif(addr > bound_ptr - size)