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

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2184 Value *CodeGenFunction::EmitNeonRShiftImm(Value *Vec, Value *Shift, function in class:CodeGenFunction
3237 return EmitNeonRShiftImm(Ops[0], Ops[1], Ty, Usgn, "vshr_n");
4102 Ops[1] = EmitNeonRShiftImm(Ops[1], Ops[2], Ty, usgn, "vsra_n");
5714 Ops[1] = EmitNeonRShiftImm(Ops[1], Ops[2], Ty, usgn, "vsra_n");

Completed in 83 milliseconds