Home
last modified time | relevance | path

Searched refs:cFetch (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darmcpu.cpp529 u32 cFetch = 0; in armcpu_exec() local
591 cFetch = armcpu_prefetch<PROCNUM>(); in armcpu_exec()
592 return MMU_fetchExecuteCycles<PROCNUM>(cExecute, cFetch); in armcpu_exec()
600 cFetch = armcpu_prefetch<PROCNUM>(); in armcpu_exec()
601 return MMU_fetchExecuteCycles<PROCNUM>(cExecute, cFetch); in armcpu_exec()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/util/
H A Dpowi_opt.cc84 case cFetch: in PrintByteCode()
178 else if(byteCode[a] == cFetch) in main()
H A Dcreate_testrules_for_optimization_rules.cc108 case cFetch: return; // does not occur in TestInfo()
H A Dtree_grammar_parser.y1482 enum { cVar,cFetch,cPopNMov }; enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmergemod.h189 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned __LONG32 *pcFetc…
200 …HRESULT (WINAPI *Next)(IEnumMsmString *This,unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned …
213 #define IEnumMsmString_Next(This,cFetch,rgbstrStrings,pcFetched) (This)->lpVtbl->Next(This,cFetch,r… argument
219 …HRESULT WINAPI IEnumMsmString_Next_Proxy(IEnumMsmString *This,unsigned __LONG32 cFetch,BSTR *rgbst…
350 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,IMsmError **rgmsmErrors,unsigned __LONG32 *pc…
361 …HRESULT (WINAPI *Next)(IEnumMsmError *This,unsigned __LONG32 cFetch,IMsmError **rgmsmErrors,unsign…
374 #define IEnumMsmError_Next(This,cFetch,rgmsmErrors,pcFetched) (This)->lpVtbl->Next(This,cFetch,rgms… argument
492 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,IMsmDependency **rgmsmDependencies,unsigned _…
516 #define IEnumMsmDependency_Next(This,cFetch,rgmsmDependencies,pcFetched) (This)->lpVtbl->Next(This, argument
669 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,IMsmConfigurableItem **rgmsmItems,unsigned __…
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmergemod.h189 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned __LONG32 *pcFetc…
200 …HRESULT (WINAPI *Next)(IEnumMsmString *This,unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned …
213 #define IEnumMsmString_Next(This,cFetch,rgbstrStrings,pcFetched) (This)->lpVtbl->Next(This,cFetch,r… argument
219 …HRESULT WINAPI IEnumMsmString_Next_Proxy(IEnumMsmString *This,unsigned __LONG32 cFetch,BSTR *rgbst…
350 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,IMsmError **rgmsmErrors,unsigned __LONG32 *pc…
361 …HRESULT (WINAPI *Next)(IEnumMsmError *This,unsigned __LONG32 cFetch,IMsmError **rgmsmErrors,unsign…
374 #define IEnumMsmError_Next(This,cFetch,rgmsmErrors,pcFetched) (This)->lpVtbl->Next(This,cFetch,rgms… argument
492 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,IMsmDependency **rgmsmDependencies,unsigned _…
516 #define IEnumMsmDependency_Next(This,cFetch,rgmsmDependencies,pcFetched) (This)->lpVtbl->Next(This, argument
669 …virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,IMsmConfigurableItem **rgmsmItems,unsigned __…
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/tests/50regressions/
H A D9a1 # Bug: a:=x;a*0 begets a half cFetch opcode
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dbytecodesynth.hh116 ByteCode.push_back(cFetch); in DoDup()
243 case cFetch: a += 1; break; in SynthIfStep3()
H A Dreadbytecode.cc87 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
477 || opcode == cFetch)) in GenerateFrom()
492 || opcode == cFetch in GenerateFrom()
733 case cFetch: in GenerateFrom()
H A Dopcodename.cc109 case cFetch: p = "cFetch"; break; in FP_GetOpcodeName()
H A Dconstantfolding.cc907 case cFetch: in ConstantFolding()
H A Drangeestimation.cc842 case cFetch: in CalculateResultBoundaries_do()
/dports/math/fparser/fparser-4.5.2/extrasrc/
H A Dfptypes.hh79 cFetch, /* Same as Dup, except with absolute index enumerator
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/extrasrc/
H A Dfptypes.hh85 cFetch, /* Same as Dup, except with absolute index enumerator
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/fparser/
H A Dfptypes.hh47 cFetch, /* Same as Dup, except with absolute index enumerator
H A Dfparser.cc2031 case cFetch: in Eval()
2278 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
2397 || opcode == cFetch in PrintByteCode()
2454 case cFetch: in PrintByteCode()
2595 case cFetch: in PrintByteCode()
H A Dfpoptimizer.cc944 case cFetch: p = "cFetch"; break; in FP_GetOpcodeName()
1066 ByteCode.push_back(cFetch); in DoDup()
5073 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
5393 || opcode == cFetch) in GenerateFrom()
5408 || opcode == cFetch in GenerateFrom()
5582 case cFetch: in GenerateFrom()
7407 case cFetch: in ConstantFolding()
7990 case cFetch: in CalculateResultBoundaries_do()
/dports/math/mathmod/mathmod-11.1/fparser/extrasrc/
H A Dfptypes.hh79 cFetch, /* Same as Dup, except with absolute index enumerator
/dports/math/fparser/fparser-4.5.2/
H A Dfparser.cc1946 mData->mByteCode.push_back(cFetch); in CompileElement()
2881 case cFetch: in Eval()
3183 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
3320 || opcode == cFetch in PrintByteCode()
3384 case cFetch: in PrintByteCode()
3567 case cFetch: in PrintByteCode()
H A Dfpoptimizer.cc2090 cFetch:p="cFetch"
2239 cFetch
2341 cFetch:a+=1;break;y13
8462 cFetch){lB1=lL3;if(index<y4||size_t(index-y4)>=iK1){IP=nO2;yY3
8776 yB::nT3)||opcode==cNeg||opcode==cSqrt||opcode==cRSqrt||opcode==cFetch)){size_t
8787 if(opcode==cDup||opcode==cFetch||opcode==cNeg){l62
8950 cFetch:sim.Fetch(lL3);lD
9705 cFetch:case
10504 cFetch:case
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A Dfparser.cc1976 mData->mByteCode.push_back(cFetch); in CompileElement()
2911 case cFetch: in Eval()
3213 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
3350 || opcode == cFetch in PrintByteCode()
3414 case cFetch: in PrintByteCode()
3597 case cFetch: in PrintByteCode()
H A Dfparser_ad.cc748 case cFetch: case cFCall: case cPCall: in JITCodeGen()
902 case cFetch: in JITCodeGen()
H A Dfpoptimizer.cc1111 case cFetch: p = "cFetch"; break; in FP_GetOpcodeName()
1263 ByteCode.push_back(cFetch); in DoDup()
1390 case cFetch: a += 1; break; in SynthIfStep3()
9002 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
9392 || opcode == cFetch)) in GenerateFrom()
9407 || opcode == cFetch in GenerateFrom()
9648 case cFetch: in GenerateFrom()
10600 case cFetch: in ConstantFolding()
11574 case cFetch: in CalculateResultBoundaries_do()
/dports/math/mathmod/mathmod-11.1/fparser/
H A Dfparser.cc1952 mData->mByteCode.push_back(cFetch); in CompileElement()
2937 case cFetch: in Eval()
3328 case cFetch: in EvalC()
3887 case cFetch: in Eval2()
4271 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
4408 || opcode == cFetch in PrintByteCode()
4472 case cFetch: in PrintByteCode()
4655 case cFetch: in PrintByteCode()
H A Dfpoptimizer.cc2090 cFetch:p="cFetch"
2239 cFetch
2341 cFetch:a+=1;break;y13
8462 cFetch){lB1=lL3;if(index<y4||size_t(index-y4)>=iK1){IP=nO2;yY3
8776 yB::nT3)||opcode==cNeg||opcode==cSqrt||opcode==cRSqrt||opcode==cFetch)){size_t
8787 if(opcode==cDup||opcode==cFetch||opcode==cNeg){l62
8950 cFetch:sim.Fetch(lL3);lD
9705 cFetch:case
10504 cFetch:case

12