Home
last modified time | relevance | path

Searched refs:rc_suffix (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td1071 string rc_suffix = "_32"> {
1089 string rc_suffix = "_32"> {
1091 def _b16 : RegisterOperand<!cast<RegisterClass>(rc#rc_suffix)> {
1106 let DecoderMethod = "decodeOperand_" # rc # rc_suffix;
1112 let DecoderMethod = "decodeOperand_" # rc # rc_suffix;
1169 string rc_suffix = "_32">
1173 string rc_suffix = "_64">
1177 string rc_suffix = "_32">
1181 string rc_suffix = "_64">
1219 string rc_suffix = "_32"> {
[all …]
/openbsd/usr.bin/cvs/
H A Drcs.c56 const char *rc_suffix; member
912 if (strcmp(rcs_comments[i].rc_suffix, sp) == 0) in rcs_comment_lookup()