Lines Matching refs:bytes
217 pub bytes: u32, field
225 bytes: 0, in default()
327 let (operand, bytes) = map(arg, stack_bytes)?; in from()
332 Ok((operands, regs, bytes)) in from()
343 let (mut operands, regs, bytes) = if call_conv.is_default() { in from()
363 bytes, in from()
369 let ret_area = (operands.bytes > 0).then(|| RetArea::default()); in new()
413 self.operands.bytes in size()
419 self.operands.bytes > 0 in on_stack()
481 let (operand, bytes) = map(&ptr_type, stack_bytes)?; in from()
485 stack_bytes = bytes; in from()
492 let (operand, bytes) = map(arg, stack_bytes)?; in from()
497 stack_bytes = bytes; in from()
510 bytes: stack_bytes, in from()
517 pub fn with_bytes(bytes: u32) -> Self { in with_bytes()
519 params.operands.bytes = bytes; in with_bytes()
630 self.params.operands.bytes in params_stack_size()
635 self.results.operands.bytes in results_stack_size()