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

/external/gemmlowp/internal/
H A Dsimd_wrappers.h487 void AddConstant(RegisterBlockType* block) { function in namespace:gemmlowp
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc211 void Range::AddConstant(int32_t value) { function in class:v8::internal::Range
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9382 // | Input | | AddConstant | | CompConstant| | CC |
9404 // the exact values of AddConstant, CompConstant, and CC, along with the nominal
9409 // AArch64CC value in terms of and AddConstant (w1), CompConstant(w2). The
9414 // AddConstant and CompConstants bit patterns we can consider the masked and
9439 ISD::LoadExtType ExtType, int AddConstant,
9452 AddConstant -= (1 << (width-1));
9457 if ((AddConstant == 0) ||
9458 (CompConstant == MaxUInt - 1 && AddConstant < 0) ||
9459 (AddConstant >= 0 && CompConstant < 0) ||
9460 (AddConstant <
9438 isEquivalentMaskless(unsigned CC, unsigned width, ISD::LoadExtType ExtType, int AddConstant, int CompConstant) argument
[all...]

Completed in 191 milliseconds