Searched refs:shift_amt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 762 unsigned shift_amt = unsigned(CN->getZExtValue()); in Select() local 764 if (shift_amt >= 32) { in Select() 769 shift_amt -= 32; in Select() 770 if (shift_amt > 0) { in Select() 772 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32); in Select()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1019 // min(7, 31 - shift_amt) 1026 // min(15, 31 - shift_amt) 1043 // min(7, 63 - shift_amt) 1050 // min(15, 63 - shift_amt) 1057 // min(31, 63 - shift_amt)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1215 // min(7, 31 - shift_amt) 1222 // min(15, 31 - shift_amt) 1239 // min(7, 63 - shift_amt) 1246 // min(15, 63 - shift_amt) 1253 // min(31, 63 - shift_amt)
|