• Home
  • Raw
  • Download

Lines Matching refs:base

7   unsigned char *base = start;  in test1()  local
8 return __builtin_HEXAGON_L2_loadrub_pci(&base, 4, mod, start); in test1()
14 char *base = start; in test2() local
15 return __builtin_HEXAGON_L2_loadrb_pci(&base, 4, mod, start); in test2()
21 unsigned short *base = start; in test3() local
22 return __builtin_HEXAGON_L2_loadruh_pci(&base, 4, mod, start); in test3()
28 short *base = start; in test4() local
29 return __builtin_HEXAGON_L2_loadrh_pci(&base, 4, mod, start); in test4()
35 int *base = start; in test5() local
36 return __builtin_HEXAGON_L2_loadri_pci(&base, 4, mod, start); in test5()
42 long long *base = start; in test6() local
43 return __builtin_HEXAGON_L2_loadrd_pci(&base, 8, mod, start); in test6()
49 unsigned char *base = start; in test7() local
50 return __builtin_HEXAGON_L2_loadrub_pcr(&base, mod, start); in test7()
56 char *base = start; in test8() local
57 return __builtin_HEXAGON_L2_loadrb_pcr(&base, mod, start); in test8()
63 unsigned short *base = start; in test9() local
64 return __builtin_HEXAGON_L2_loadruh_pcr(&base, mod, start); in test9()
70 short *base = start; in test10() local
71 return __builtin_HEXAGON_L2_loadrh_pcr(&base, mod, start); in test10()
77 int *base = start; in test11() local
78 return __builtin_HEXAGON_L2_loadri_pcr(&base, mod, start); in test11()
84 long long *base = start; in test12() local
85 return __builtin_HEXAGON_L2_loadrd_pcr(&base, mod, start); in test12()
91 void *base = start; in test13() local
92 __builtin_HEXAGON_S2_storerb_pci(&base, 4, mod, v, start); in test13()
98 void *base = start; in test14() local
99 __builtin_HEXAGON_S2_storerh_pci(&base, 4, mod, v, start); in test14()
105 void *base = start; in test15() local
106 __builtin_HEXAGON_S2_storerf_pci(&base, 4, mod, v, start); in test15()
112 void *base = start; in test16() local
113 __builtin_HEXAGON_S2_storeri_pci(&base, 4, mod, v, start); in test16()
119 void *base = start; in test17() local
120 __builtin_HEXAGON_S2_storerd_pci(&base, 8, mod, v, start); in test17()
126 void *base = start; in test18() local
127 __builtin_HEXAGON_S2_storerb_pcr(&base, mod, v, start); in test18()
133 void *base = start; in test19() local
134 __builtin_HEXAGON_S2_storerh_pcr(&base, mod, v, start); in test19()
140 void *base = start; in test20() local
141 __builtin_HEXAGON_S2_storerf_pcr(&base, mod, v, start); in test20()
147 void *base = start; in test21() local
148 __builtin_HEXAGON_S2_storeri_pcr(&base, mod, v, start); in test21()
154 void *base = start; in test22() local
155 __builtin_HEXAGON_S2_storerd_pcr(&base, mod, v, start); in test22()