Lines Matching defs:access
547 // Print a warning about exclusive-access instructions, but only the first
1360 bool access = (lane_mask & (1 << (i * lane_size))) != 0;
1361 if (access) {
1755 // We want to assume that we'll access at least one lane.
1765 bool access = (access_mask & (1 << lane)) != 0;
1770 if (access) {
1778 if (access) {
1822 // Suppress the newline, so the access annotation goes on the same line.
1841 // Suppress the newline, so the access annotation goes on the same line.
1931 // Suppress the newline, so the access annotation goes on the same line.
1983 uint16_t access = 1 << (i * esize_in_bytes);
1986 if ((pred & access) == 0) continue;
1987 pred = PrintPartialAccess(access,
2015 // Suppress the newline, so the access annotation goes on the same line.
4654 // can access without generating a real fault. One way to do that is to
5216 // memory access itself is logged.
6679 // Perform a placeholder memory access to ensure that we have read access
6680 // to the specified address. The read access does not require a tag match,