Home
last modified time | relevance | path

Searched refs:shiftcount (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/yacc/
H A Dlr0.c266 int i, shiftcount; in new_itemsets() local
272 shiftcount = 0; in new_itemsets()
280 shift_symbol[shiftcount++] = symbol; in new_itemsets()
288 nshifts = shiftcount; in new_itemsets()
H A Doutput.c277 int shiftcount, reducecount; in token_actions() local
287 shiftcount = 0; in token_actions()
292 ++shiftcount; in token_actions()
302 tally[i] = shiftcount; in token_actions()
306 if (shiftcount > 0) { in token_actions()
307 froms[i] = r = NEW2(shiftcount, short); in token_actions()
308 tos[i] = s = NEW2(shiftcount, short); in token_actions()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsARM.td1078 [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*unsigned*/]>;
1080 [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*unsigned*/]>;
1082 [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/]>;
1084 [llvm_anyvector_ty, llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*unsigned*/,
1094 llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*saturate*/, llvm_i32_ty /*round*/,
1099 [llvm_anyvector_ty], [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/,