Macro psp::vfpu_asm[][src]

macro_rules! vfpu_asm {
    ($($($opcode : ident $($arg : tt $(($base : ident)) ?), *) ?
   $(.mips $asm : literal) ?) ; * ;
 $(: $($out_constraint : literal($out_expr : expr)), *
   $(: $($in_constraint : literal($in_expr : expr)), *
     $(: $($clobber : literal), * $(: $($option : literal), *) ?) ?) ?) ?) => { ... };
}
Expand description

A macro-based VFPU assembler.