Home
last modified time | relevance | path

Searched refs:genLessEqual (Results 1 – 5 of 5) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dvec_code_container.cpp107 ValueInst* loop_end = InstBuilder::genLessEqual( in generateDAGLoopVariant0()
H A Dinstructions.hh2538 … static BinopInst* genLessEqual(ValueInst* a1, ValueInst* a2) { return genBinopInst(kLE, a1, a2); } in genLessEqual() function
/dports/x11-toolkits/plib/plib-1.8.5/src/psl/
H A DpslExpression.cxx466 if ( strcmp ( c, "<=" ) == 0 ) genLessEqual () ; else in genRelExpression()
H A DpslCodeGen.cxx324 void pslCompiler::genLessEqual () { genCodeByte ( OPCODE_LESSEQUAL ) ; } in genLessEqual() function in pslCompiler
H A DpslCompiler.h102 void genLessEqual () ;