Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:PAX

388  *     (see new PSI/PAX/PBX/PDX/PBP/etc. "pointer-register" macros); applies
739 # define PAX "%%rax" // pointers or in
756 # define PAX "%%eax" // combination with
3956 "movb (%1," PAX ",), %%cl \n\t" // load cl with Prior(x)
3957 "movb (" PBP "," PAX ",), %%bl \n\t" // load bl with Raw(x-bpp)
3961 "addb -1(%2," PAX ",), %%bl \n\t" // add Avg(x); -1 to offset inc eax
3963 "movb %%bl, -1(%2," PAX ",) \n\t" // write back Raw(x) [mov does not
4564 "movb (%1," PAX ",), %%bl \n\t" // load Prior(x) into bl
4609 "movb (%1," PAX ",), %%cl \n\t" // load Prior(x) into cl
4628 "addb %%cl, -1(%2," PAX ",) \n\t"
5009 "movb (%1," PAX ",), %%bl \n\t" // load Prior(x) into bl
5054 "movb (%1," PAX ",), %%cl \n\t" // load Prior(x) into cl
5073 "addb %%cl, -1(%2," PAX ",) \n\t"
5159 "movb (" PSI "," PAX ",), %%cl \n\t"
5160 "addb %%cl, (%1," PAX ",) \n\t"
5572 "movb (" PSI "," PAX ",), %%cl \n\t"
5573 "addb %%cl, (%1," PAX ",) \n\t"