Skip to main content

CALL

Constant CALL 

Source
pub const CALL: &str = "x64.call";
Expand description

What the instruction that calls a name is called.

Here rather than in a rule for the same reason the arguments are: a rule pattern sees one term and a call’s operands are whatever the signature made them, so no pattern could name them.