Home
last modified time | relevance | path

Searched refs:gLoopVarInBytes (Results 1 – 7 of 7) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_code_container.cpp448 compute_block->pushBackInst(fCurLoop->generateScalarLoop(fFullCount, gGlobal->gLoopVarInBytes)); in generateCompute()
H A Dwast_code_container.cpp446 compute_block->pushBackInst(fCurLoop->generateScalarLoop(fFullCount, gGlobal->gLoopVarInBytes)); in generateCompute()
H A Dwast_instructions.hh354 if (gGlobal->gLoopVarInBytes) { in visit()
H A Dwasm_instructions.hh1021 if (gGlobal->gLoopVarInBytes) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh166 …bool gLoopVarInBytes; // If the 'i' variable used in the scalar loop moves by bytes inste… member
H A Dglobal.cpp174 gLoopVarInBytes = false; in global()
H A Dlibcode.cpp1551 gGlobal->gLoopVarInBytes = true; in compileWAST()
1581 gGlobal->gLoopVarInBytes = true; in compileWASM()