Searched refs:clb (Results 1 – 3 of 3) sorted by relevance
36 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset38 addi \clb, \ptr, \offset39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT43 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset45 addi \clb, \ptr, \offset46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT55 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset57 addi \clb, \ptr, \offset58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT62 .macro load_xtregs_user ptr clb at1 at2 at3 at4 offset[all …]
12 #define __CLOBBERS_MEM(clb...) "memory", ## clb argument
617 const struct cliplist *clb = b; in cliplist_cmp() local618 if (cla->position < clb->position) in cliplist_cmp()620 if (cla->position > clb->position) in cliplist_cmp()