Lines Matching +full:compare +full:- +full:and +full:- +full:swap
1 // SPDX-License-Identifier: GPL-2.0
26 * -march=<machine>.
33 21, /* extended-immediate facility */
36 32, /* compare and swap and store */
37 33, /* compare and swap and store 2 */
41 45, /* fast-BCR, etc. */
44 49, /* misc-instruction-extensions */
48 53, /* load-and-zero-rightmost-byte, etc. */
52 58, /* miscellaneous-instruction-extension 2 */
55 61, /* miscellaneous-instruction-extension 3 */
57 -1 /* END */
63 * of the default facility mask and list that are passed to the
65 * with the non-hypervisor managed bits, is the maximum list of
73 3, /* DAT-enhancement */
76 6, /* ASN-and-LX reuse */
78 8, /* enhanced-DAT 1 */
79 9, /* sense-running-status */
81 13, /* ipte-range */
82 14, /* nonquiescing key-setting */
84 75, /* access-exception-fetch/store indication */
87 78, /* enhanced-DAT 2 */
88 130, /* instruction-execution-protection */
89 131, /* enhanced-SOP 2 and side-effect */
95 -1 /* END */
112 170, /* ineffective-nonconstrained-transaction facility */
117 201, /* concurrent-functions facility */
118 -1 /* END */
132 for (i = 0; def->bits[i] != -1; i++) { in print_facility_list()
133 bit = 63 - (def->bits[i] & 63); in print_facility_list()
134 dword = def->bits[i] / 64; in print_facility_list()
139 memset(array + high + 1, 0, (dword - high) * 8); in print_facility_list()
144 printf("#define %s ", def->name); in print_facility_list()