Searched refs:shiftcount (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/yacc/ |
| H A D | lr0.c | 266 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 D | output.c | 277 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 D | IntrinsicsARM.td | 1078 [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*/,
|