Home
last modified time | relevance | path

Searched refs:machine_code (Results 1 – 25 of 96) sorted by relevance

1234

/dports/sysutils/py-py-cpuinfo/py-cpuinfo-8.0.0/tests/
H A Dtest_cpuid.py18 machine_code = tuple(self.machine_code)
21 if machine_code == \
28 if machine_code == \
36 if machine_code == \
43 if machine_code == \
49 elif machine_code == \
55 elif machine_code == \
61 elif machine_code == \
67 elif machine_code == \
117 if machine_code == \
[all …]
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adalib/
H A Dmachcode.ali16 U machine_code%s machcode.ads 0ae5e181 NE OL PU
18 W system.machine_code%s s-maccod.ads s-maccod.ali
20 D machcode.ads 20170908151217 678d4680 machine_code%s
22 D s-maccod.ads 20190108095404 6d68a701 system.machine_code%s
H A Ds-maccod.ali19 U system.machine_code%s s-maccod.ads ab592f6e NE OL PU PK
23 D s-maccod.ads 20190108095404 6d68a701 system.machine_code%s
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adalib/
H A Dmachcode.ali16 U machine_code%s machcode.ads 68363d4e NE OL PU
18 W system.machine_code%s s-maccod.ads s-maccod.ali
20 D machcode.ads 20070406091342 678d4680 machine_code%s
22 D s-maccod.ads 20110906094621 0fbb7bce system.machine_code%s
H A Ds-maccod.ali18 U system.machine_code%s s-maccod.ads b0320272 NE OL PU PK
22 D s-maccod.ads 20110906094621 0fbb7bce system.machine_code%s
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_dsp_aux.cpp111 EXPORT wasm_dsp_factory* readWasmDSPFactoryFromMachine(const string& machine_code, string& error_ms… in readWasmDSPFactoryFromMachine() argument
113 …* factory = new wasm_dsp_factory(new text_dsp_factory_aux("MachineDSP", "", "", machine_code, "")); in readWasmDSPFactoryFromMachine()
135 char* machine_code = new char[length]; in readWasmDSPFactoryFromMachineFile() local
136 infile.read(machine_code, length); in readWasmDSPFactoryFromMachineFile()
140 … readWasmDSPFactoryFromMachine(string(machine_code, length), error_msg); // Keep the binary string in readWasmDSPFactoryFromMachineFile()
143 delete[] machine_code; in readWasmDSPFactoryFromMachineFile()
369 EXPORT wasm_dsp_factory* readWasmDSPFactoryFromMachine(const string& machine_code, string& error_ms… in readWasmDSPFactoryFromMachine() argument
555 wasm_dsp_factory* wasm_dsp_factory::readWasmDSPFactoryFromMachine2(const string& machine_code) in readWasmDSPFactoryFromMachine2() argument
557 return readWasmDSPFactoryFromMachine(machine_code, wasm_dsp_factory::gErrorMessage); in readWasmDSPFactoryFromMachine2()
H A Dwasm_dsp_aux.hh361 static wasm_dsp_factory* readWasmDSPFactoryFromMachine2(const std::string& machine_code);
380 EXPORT wasm_dsp_factory* readWasmDSPFactoryFromMachine(const std::string& machine_code, std::string…
/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dllvm_dsp_aux.cpp134 llvm_dsp_factory_aux::llvm_dsp_factory_aux(const string& sha_key, const string& machine_code, const… in llvm_dsp_factory_aux() argument
144 fObjectCache = new FaustObjectCache(machine_code); in llvm_dsp_factory_aux()
455 string machine_code = fObjectCache->getMachineCode(); in writeDSPFactoryToMachineAux() local
457 return machine_code; in writeDSPFactoryToMachineAux()
554 EXPORT llvm_dsp_factory* readDSPFactoryFromMachine(const string& machine_code, const string& target… in readDSPFactoryFromMachine() argument
558 MEMORY_BUFFER_CREATE(StringRef(base64_decode(machine_code))), target, error_msg); in readDSPFactoryFromMachine()
745 EXPORT llvm_dsp_factory* readCDSPFactoryFromMachine(const char* machine_code, const char* target, c… in readCDSPFactoryFromMachine() argument
748 llvm_dsp_factory* factory = readDSPFactoryFromMachine(machine_code, target, error_msg_aux); in readCDSPFactoryFromMachine()
H A Dllvm_dsp_aux.hh186 FaustObjectCache(const std::string& machine_code = "") : fMachineCode(machine_code) {} in FaustObjectCache() argument
256 …llvm_dsp_factory_aux(const std::string& sha_key, const std::string& machine_code, const std::strin…
397 EXPORT llvm_dsp_factory* readDSPFactoryFromMachine(const std::string& machine_code, const std::stri…
443 EXPORT llvm_dsp_factory* readCDSPFactoryFromMachine(const char* machine_code, const char* target, c…
H A Dllvm_dynamic_dsp_aux.hh38 …llvm_dynamic_dsp_factory_aux(const std::string& sha_key, const std::string& machine_code, const st… in llvm_dynamic_dsp_factory_aux() argument
39 : llvm_dsp_factory_aux(sha_key, machine_code, target) in llvm_dynamic_dsp_factory_aux()
/dports/sysutils/py-py-cpuinfo/py-cpuinfo-8.0.0/cpuinfo/
H A Dcpuinfo.py892 self.machine_code = machine_code
900 machine_code = bytes.join(b'', self.machine_code)
901 self.size = ctypes.c_size_t(len(machine_code))
905 size = len(machine_code)
918 if memmove(self.address, machine_code, size) < 0:
943 machine_code = bytes.join(b'', self.machine_code)
944 self.size = len(machine_code)
948 self.mm.write(machine_code)
985 asm = ASM(restype, argtypes, machine_code)
989 def _run_asm(self, *machine_code): argument
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/sparc/
H A Dcpuelf.pas104 machine_code: EM_SPARC;
/dports/lang/fpc-source/fpc-3.2.2/compiler/sparc/
H A Dcpuelf.pas104 machine_code: EM_SPARC;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/sparc/
H A Dcpuelf.pas104 machine_code: EM_SPARC;
/dports/audio/faust/faust-2.37.3/embedded/faustremote/RemoteServer/
H A Dremote_server.cpp756 …string machine_code = writeDSPFactoryToMachine(dynamic_cast<llvm_dsp_factory*>(factory), info->fTa… local
757 … dsp_factory* new_factory = readDSPFactoryFromMachine(machine_code, info->fTarget, error_msg);
759 …string machine_code = writeInterpreterDSPFactoryToBitcode(dynamic_cast<interpreter_dsp_factory*>(f… local
760 dsp_factory* new_factory = readInterpreterDSPFactoryFromBitcode(machine_code, error_msg);
771 return sendPage(connection, machine_code, MHD_HTTP_OK, "text/html");
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dllvm-machine-dsp.h192 llvm_dsp_factory* readDSPFactoryFromMachine(const std::string& machine_code, const std::string& tar…
H A Dllvm-dsp-c.h404 …llvm_dsp_factory* readCDSPFactoryFromMachine(const char* machine_code, char* error_msg, const char…
H A Dwasm-dsp.h228 wasm_dsp_factory* readWasmDSPFactoryFromMachine(const std::string& machine_code, std::string& error…
/dports/math/R-cran-haven/haven/src/readstat/spss/
H A Dreadstat_sav.h46 int32_t machine_code; member
/dports/devel/binutils/binutils-2.37/gold/
H A Dtarget.h88 machine_code() const in machine_code() function
89 { return this->pti_->machine_code; } in machine_code()
528 elfcpp::EM machine_code; member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dtarget.h88 machine_code() const in machine_code() function
89 { return this->pti_->machine_code; } in machine_code()
508 elfcpp::EM machine_code; member
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dtarget.h88 machine_code() const in machine_code() function
89 { return this->pti_->machine_code; } in machine_code()
528 elfcpp::EM machine_code; member
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dtarget.h88 machine_code() const in machine_code() function
89 { return this->pti_->machine_code; } in machine_code()
528 elfcpp::EM machine_code; member
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dtarget.h88 machine_code() const in machine_code() function
89 { return this->pti_->machine_code; } in machine_code()
508 elfcpp::EM machine_code; member
/dports/audio/faust/faust-2.37.3/embedded/faustjava/com/grame/faust/
H A DFaust.java162 public static llvm_dsp_factory readCDSPFactoryFromMachine(String machine_code, String target) { in readCDSPFactoryFromMachine() argument
163 long cPtr = FaustJNI.readCDSPFactoryFromMachine(machine_code, target); in readCDSPFactoryFromMachine()

1234