Lines Matching refs:isa
139 typeset isa="$1"
140 typeset target=${mx_setprog[$isa]}
141 typeset hwprog=${mx_hwtype[$isa]}
142 typeset seed=${mx_seed[$isa]}
150 warn "failed to determine $isa-bit FPU type"
154 printf "Discovered FPU: %s %s-bit\n" $fpu_type $isa
155 corename="$mx_tmpdir/core.$fpu_type.$isa"
156 fpregs="$mx_tmpdir/fpregs.$fpu_type.$isa"
157 check="$mx_data/mdb_xregs.$fpu_type.$isa"
160 check_file "$check" "$fpregs.lwp" "$isa-bit $fpu_type ::fpregs (lwp)"
161 check_file "$check" "$fpregs.lwp" "$isa-bit $fpu_type ::fpregs (thread)"