Lines Matching refs:N32
7 …32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=N32 --check-prefix=NEW …
8 …32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=N32 --check-prefix=NEW …
14 ; of the argument list as specified by section 2 of the MIPSpro N32 Handbook.
16 ; N32/N64 are almost identical in this area so many of their checks have been
20 ; the N32 handbook, but agrees with the SYSV ABI and GCC's behaviour.
47 ; N32/N64 allow it.
69 ; N32/N64 has 8 bytes for the varargs pointer, and no reserved area.
72 ; N32-DAG: addiu [[VAPTR:\$[0-9]+]], $sp, 8
73 ; N32-DAG: sw [[VAPTR]], 4($sp)
82 ; N32-DAG: addiu [[VAPTR]], [[VAPTR]], 8
83 ; N32-DAG: sw [[VAPTR]], 4($sp)
110 ; The first four arguments are the same in O32/N32/N64.
132 ; N32/N64 has 8 bytes for the varargs pointer, and no reserved area.
135 ; N32-DAG: addiu [[VAPTR:\$[0-9]+]], $sp, 8
136 ; N32-DAG: sw [[VAPTR]], 4($sp)
143 ; N32/N64 is using ori instead of addiu/daddiu but (although odd) this is fine
147 ; N32-DAG: ori [[VAPTR]], [[VAPTR]], 4
148 ; N32-DAG: sw [[VAPTR]], 4($sp)