Searched defs:GetShift (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
H A Doperands-aarch32.h185 Shift GetShift() const { function in class:vixl::aarch32::Operand
811 Shift GetShift() const { return shift_; } function in class:vixl::aarch32::MemOperand
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20970 auto GetShift = [&](unsigned OpCode, SDValue V, int Shifter) { local
20991 DAG.getBitcast(VT, GetShift(ISD::SRL, DAG.getBitcast(SrlVT, V), 1));
20997 Srl = DAG.getBitcast(VT, GetShift(ISD::SRL, DAG.getBitcast(SrlVT, V), 2));
21002 Srl = DAG.getBitcast(VT, GetShift(ISD::SRL, DAG.getBitcast(SrlVT, V), 4));
[all...]

Completed in 378 milliseconds