Home
last modified time | relevance | path

Searched refs:fOpcode (Results 1 – 25 of 38) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_optimizer.hh78 … if (inst1->fOpcode == FBCInstruction::kLoadInt && inst2->fOpcode == FBCInstruction::kCastReal) { in rewrite()
671 switch (inst3->fOpcode) { in rewriteBinaryRealMath()
723 switch (inst3->fOpcode) { in rewriteBinaryRealMath2()
759 switch (inst3->fOpcode) { in rewriteBinaryRealMath3()
782 switch (inst3->fOpcode) { in rewriteBinaryIntMath()
843 switch (inst3->fOpcode) { in rewriteBinaryIntMath2()
896 switch (inst3->fOpcode) { in rewriteBinaryIntMath3()
915 switch (inst3->fOpcode) { in rewriteExtendedBinaryRealMath()
945 switch (inst3->fOpcode) { in rewriteExtendedBinaryIntMath()
962 switch (inst2->fOpcode) { in rewriteUnaryRealMath()
[all …]
H A Dinterpreter_bytecode.hh52 Opcode fOpcode; member
64 fOpcode(opcode), in FBCBasicInstruction()
76 fOpcode(opcode), in FBCBasicInstruction()
88 fOpcode(opcode), in FBCBasicInstruction()
100 fOpcode(opcode), in FBCBasicInstruction()
112 fOpcode(opcode), in FBCBasicInstruction()
187 this->fOpcode = opcode; in FIRBlockStoreRealInstruction()
229 this->fOpcode = opcode; in FIRBlockStoreIntInstruction()
266 Opcode fOpcode; member
278 : fOpcode(opcode), in FIRUserInterfaceInstruction()
[all …]
H A Dinterpreter_instructions.hh496 if (isCommutativeOpcode(inst->fOpcode) && fCommute) { in visit()
517 … fCurrentBlock->push(new FBCBasicInstruction<REAL>(gBinOpTable[inst->fOpcode]->fInterpFloatInst)); in visit()
519 … fCurrentBlock->push(new FBCBasicInstruction<REAL>(gBinOpTable[inst->fOpcode]->fInterpIntInst32)); in visit()
H A Dfbc_template_compiler.hh50 switch ((*it)->fOpcode) { in CompileBlock()
H A Dfbc_cpp_compiler.hh172 switch ((*it)->fOpcode) { in CompileBlock()
664 switch (it->fOpcode) { in CompileBlock()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_opcodes.cpp249 dng_filter_opcode &fOpcode; member in dng_filter_opcode_task
264 , fOpcode (opcode) in dng_filter_opcode_task()
269 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ()); in dng_filter_opcode_task()
280 return fOpcode.SrcArea (dstArea, in SrcArea()
288 return fOpcode.SrcTileSize (dstTileSize, in SrcTileSize()
298 fOpcode.ProcessArea (fNegative, in ProcessArea()
320 fOpcode.Prepare (fNegative, in Start()
422 dng_inplace_opcode &fOpcode; member in dng_inplace_opcode_task
440 , fOpcode (opcode) in dng_inplace_opcode_task()
468 fOpcode.Prepare (fNegative, in Start()
[all …]
/dports/audio/faust/faust-2.37.3/compiler/generator/java/
H A Djava_instructions.hh310 if (isBoolOpcode(inst->fOpcode)) { in visit()
314 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
330 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
337 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
343 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
350 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
356 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
366 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
374 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
382 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
[all …]
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DTaskStmt.cpp31 fOpcode = opcode; in TaskStmt()
48 cmd.Set(fOpcode, (UByte)f->GetNumber()); in EmitActual()
55 return new TaskStmt(fOpcode, fName, fLocation); in CloneActual()
H A DTaskStmt.h44 UByte fOpcode; variable
/dports/audio/faust/faust-2.37.3/compiler/generator/soul/
H A Dsoul_instructions.hh601 if (isBoolOpcode(inst->fOpcode) && !int_as_bool) { in visit()
607 if (isLogicalOpcode(inst->fOpcode)) { in visit()
622 if (isLogicalOpcode(inst->fOpcode)) { in visit()
627 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
631 if (isLogicalOpcode(inst->fOpcode)) { in visit()
646 if (isLogicalOpcode(inst->fOpcode)) { in visit()
651 if (isBoolOpcode(inst->fOpcode) && !int_as_bool) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_complexity.hh98 gBinopSymbolTable["Real(" + string(gBinOpTable[inst->fOpcode]->fName) + ")"]++; in visit()
100 gBinopSymbolTable["Int(" + string(gBinOpTable[inst->fOpcode]->fName) + ")"]++; in visit()
H A Dfir_function_builder.hh259 switch (inst->fOpcode) { in visit()
276 return InstBuilder::genBinopInst(inst->fOpcode, val1, val2); in visit()
H A Dtyping_instructions.hh92 if (isBoolOpcode(inst->fOpcode)) { in visit()
H A Dtext_instructions.hh191 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwast_instructions.hh469 *fOut << gBinOpTable[inst->fOpcode]->fNameWastInt32; in visitAuxInt()
471 *fOut << gBinOpTable[inst->fOpcode]->fNameWastInt64; in visitAuxInt()
486 *fOut << gBinOpTable[inst->fOpcode]->fNameWastFloat; in visitAuxReal()
488 *fOut << gBinOpTable[inst->fOpcode]->fNameWastDouble; in visitAuxReal()
H A Dwasm_instructions.hh1145 *fOut << int8_t(gBinOpTable[inst->fOpcode]->fWasmInt32); in visitAuxInt()
1147 *fOut << int8_t(gBinOpTable[inst->fOpcode]->fWasmInt64); in visitAuxInt()
1158 *fOut << int8_t(gBinOpTable[inst->fOpcode]->fWasmFloat); in visitAuxReal()
1160 *fOut << int8_t(gBinOpTable[inst->fOpcode]->fWasmDouble); in visitAuxReal()
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Disasm.h80 UByte fOpcode; member
/dports/audio/faust/faust-2.37.3/compiler/generator/julia/
H A Djulia_instructions.hh451 if (inst->fOpcode == kXOR) { in visit()
461 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/dlang/
H A Ddlang_instructions.hh322 if (strcmp(gBinOpTable[inst->fOpcode]->fName, ">>>") == 0) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/csharp/
H A Dcsharp_instructions.hh363 *fOut << gBinOpTable[inst->fOpcode]->fName; in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/c/
H A Dc_instructions.hh300 if (strcmp(gBinOpTable[inst->fOpcode]->fName, ">>>") == 0) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/cpp/
H A Dcpp_instructions.hh368 if (strcmp(gBinOpTable[inst->fOpcode]->fName, ">>>") == 0) { in visit()
/dports/lang/jimtcl/jimtcl-0.81/examples/
H A Ddns.tcl929 set fOpcode [expr {($hdr & 0x7800) >> 11}]
939 lappend flags [lindex $opcodes $fOpcode]
/dports/devel/openocd/openocd-0.11.0/jimtcl/examples/
H A Ddns.tcl929 set fOpcode [expr {($hdr & 0x7800) >> 11}]
939 lappend flags [lindex $opcodes $fOpcode]
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Ddns.tcl961 set fOpcode [expr {($hdr & 0x7800) >> 11}]
971 lappend flags [lindex $opcodes $fOpcode]

12