Lines Matching full:store
68 #define LDSTORDER_NLD_NST 0x0 /* 000 = No Load No Store */
69 #define LDSTORDER_ALD_NST 0x1 /* 001 = All Load No Store */
70 #define LDSTORDER_SLD_NST 0x3 /* 011 = Same Load No Store */
71 #define LDSTORDER_NLD_AST 0x4 /* 100 = No Load All Store */
72 #define LDSTORDER_ALD_AST 0x5 /* 101 = All Load All Store */
73 #define LDSTORDER_SLD_AST 0x7 /* 111 = Same Load All Store */
76 "No Load No Store",
77 "All Load No Store",
79 "Same Load No Store",
80 "No Load All Store",
81 "All Load All Store",
83 "Same Load All Store"