Searched refs:postinc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/tools/regression/ia64/unaligned/
H A Dunaligned.t39 local ($nr, $access, $type, $size, $postinc) = @_;
40 local $test = "${access}_${type}_${size}_${postinc}";
44 $st = system("cc -o $tmpfile -DACCESS=$access -DTYPE=$type -DSIZE=$size -DPOSTINC=$postinc -Wall -O -g $srcdir/test.c");
85 foreach $postinc (@postincs) {
86 $_ = "$access $postinc";
90 run ++$nr, $access, $type, $size, $postinc;
/freebsd-10.2-release/sys/ia64/ia64/
H A Dunaligned.c136 uint64_t postinc; local
238 postinc = rdreg(reg);
240 postinc = (i->i_oper[3].o_type == ASM_OPER_IMM)
242 if (postinc != 0) {
249 postinc += rdreg(reg);
250 wrreg(reg, postinc);

Completed in 29 milliseconds