ps_sub
Paired Single Subtract
ps_sub FRT, FRA, FRB
Subtracts two paired singles.
Encoding
Binary Layout
60
0:5
FRT
6:10
FRA
11:15
FRB
16:20
20
21:31
Operands
-
FRT
Target -
FRA
Src A -
FRB
Src B
Example
ps_sub f1, f2, f3
Related
More in VMX (AltiVec)
Reference
View in PowerISA v3.1C Specification ↗
OPF Power ISA v3.1C
Description
Subtracts two pairs of single-precision floating-point values element-wise, storing the result in FRT. Each of the two single-precision elements in FRB is subtracted from FRA independently. May set FPSCR status flags if exceptions occur.
Operation
FPR[FRT].upper ← FPR[FRA].upper - FPR[FRB].upper
FPR[FRT].lower ← FPR[FRA].lower - FPR[FRB].lower