Home
last modified time | relevance | path

Searched defs:lhsp (Results 1 – 25 of 148) sorted by relevance

123456

/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dutil_helpers.c48 uint32_t rust_crypto_util_fixed_time_eq_asm(uint8_t* lhsp, uint8_t* rhsp, size_t count) { in rust_crypto_util_fixed_time_eq_asm()
76 uint32_t rust_crypto_util_fixed_time_eq_asm(uint8_t* lhsp, uint8_t* rhsp, size_t count) { in rust_crypto_util_fixed_time_eq_asm()
H A Dutil.rs50 let lhsp = lhs.get_unchecked(0); in fixed_time_eq() localVariable
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dutil_helpers.c48 uint32_t rust_crypto_util_fixed_time_eq_asm(uint8_t* lhsp, uint8_t* rhsp, size_t count) { in rust_crypto_util_fixed_time_eq_asm()
76 uint32_t rust_crypto_util_fixed_time_eq_asm(uint8_t* lhsp, uint8_t* rhsp, size_t count) { in rust_crypto_util_fixed_time_eq_asm()
H A Dutil.rs50 let lhsp = lhs.get_unchecked(0); in fixed_time_eq() localVariable
/dports/cad/verilator/verilator-4.216/src/
H A DV3Expand.cpp95 static AstNode* newWordAssign(AstNodeAssign* placep, int word, AstNode* lhsp, AstNode* rhsp) { in newWordAssign()
102 static void addWordAssign(AstNodeAssign* placep, int word, AstNode* lhsp, AstNode* rhsp) { in addWordAssign()
145 static AstNode* newWordGrabShift(FileLine* fl, int word, AstNode* lhsp, int shift) { in newWordGrabShift()
322 AstNode* const lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
479 bool expandLhs(AstNodeAssign* nodep, AstSel* lhsp) { in expandLhs()
637 AstNode* lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
673 AstNode* lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
707 AstNode* const lhsp = rhsp->lhsp(); in expandWide() local
785 AstNode* const lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
816 AstNode* const lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
[all …]
H A DV3AstNodes.h3717 AstDelay(FileLine* fl, AstNode* lhsp) in AstDelay()
5634 AstRedOr(FileLine* fl, AstNode* lhsp) in AstRedOr()
5668 AstLenN(FileLine* fl, AstNode* lhsp) in AstLenN()
5697 AstNot(FileLine* fl, AstNode* lhsp) in AstNot()
6125 : ASTGEN_SUPER_CCast(fl, lhsp) { in ASTGEN_SUPER_CCast() argument
6171 AstFEof(FileLine* fl, AstNode* lhsp) in AstFEof()
6275 AstLogD(FileLine* fl, AstNode* lhsp) in AstLogD()
6298 AstExpD(FileLine* fl, AstNode* lhsp) in AstExpD()
6346 AstSinD(FileLine* fl, AstNode* lhsp) in AstSinD()
6358 AstCosD(FileLine* fl, AstNode* lhsp) in AstCosD()
[all …]
H A DV3Unknown.cpp191 AstNode* const lhsp = nodep->lhsp()->unlinkFrBack(); in visitEqNeqCase() local
223 AstNode* const lhsp = nodep->lhsp()->unlinkFrBack(); in visitEqNeqWild() local
H A DV3Const.cpp428 AstNode* lhsp = nodep->lhsp(); in visit() local
464 AstNode* lhsp = nodep->lhsp(); in visit() local
552 const AstNode* lhsp = nodep->lhsp(); in visit() local
1169 const AstNodeBiop* const lhsp = VN_CAST(nodep->lhsp(), NodeBiop); in operandShiftOp() local
1410 bool ifAdjacentSel(const AstSel* lhsp, const AstSel* rhsp) { in ifAdjacentSel()
1424 bool ifMergeAdjacent(AstNode* lhsp, AstNode* rhsp) { in ifMergeAdjacent()
1461 bool concatMergeable(const AstNode* lhsp, const AstNode* rhsp) { in concatMergeable()
1814 AstNodeBiop* const lhsp = VN_AS(nodep->lhsp(), NodeBiop); in replaceShiftOp() local
1834 AstNodeBiop* const lhsp = VN_AS(nodep->lhsp(), NodeBiop); in replaceShiftShift() local
2225 AstNode* const lhsp = nodep->lhsp()->unlinkFrBackWithNext(); in swapSides() local
[all …]
H A DV3Delayed.cpp201 AstNode* createDlyArray(AstAssignDly* nodep, AstNode* lhsp) { in createDlyArray()
402 AstNode* const lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
H A DV3AssertPre.cpp149 AstNode* lhsp = nodep->lhsp()->unlinkFrBack(); in visit() local
H A DV3EmitCFunc.cpp50 void EmitCFunc::emitOpName(AstNode* nodep, const string& format, AstNode* lhsp, AstNode* rhsp, in emitOpName()
736 AstNode* const lhsp = changep->lhsp(); in doubleOrDetect() local
H A DV3LifePost.cpp190 const AstVarRef* const lhsp = VN_AS(app->nodep->lhsp(), VarRef); // original var in squashAssignposts() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DLowering-shared.cpp63 LIRGeneratorShared::ReorderCommutative(MDefinition** lhsp, MDefinition** rhsp, MInstruction* ins) in ReorderCommutative()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DLowering-shared.cpp63 LIRGeneratorShared::ReorderCommutative(MDefinition** lhsp, MDefinition** rhsp, MInstruction* ins) in ReorderCommutative()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DLowering-shared.cpp55 void LIRGeneratorShared::ReorderCommutative(MDefinition** lhsp, in ReorderCommutative()
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DLowering-shared.cpp69 void LIRGeneratorShared::ReorderCommutative(MDefinition** lhsp, in ReorderCommutative()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DLowering-shared.cpp64 void LIRGeneratorShared::ReorderCommutative(MDefinition** lhsp, in ReorderCommutative()
/dports/lang/gcc6-aux/gcc-6-20180516/libcpp/
H A Dexpr.c1869 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1886 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/lang/gcc12-devel/gcc-12-20211205/libcpp/
H A Dexpr.c1992 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
2009 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/lang/gcc8/gcc-8.5.0/libcpp/
H A Dexpr.c1982 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1999 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/lang/gcc10/gcc-10.3.0/libcpp/
H A Dexpr.c1966 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1983 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dexpr.c1982 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1999 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcpp/
H A Dexpr.c1982 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1999 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libcpp/
H A Dexpr.c1982 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1999 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
/dports/lang/gcc9-devel/gcc-9-20211007/libcpp/
H A Dexpr.c1966 bool lhsp = num_positive (lhs, precision); in num_binary_op() local
1983 bool lhsp = num_positive (lhs, precision); in num_binary_op() local

123456