Home
last modified time | relevance | path

Searched refs:InstructionSet (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/FunctionScripts/
H A DFunctionScript.cs110 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
134 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
138 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
144 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
149 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
155 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
160 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
165 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
170 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
175 if (n >= InstructionSet.Length) Array.Resize(ref InstructionSet, InstructionSet.Length << 1); in FunctionScript()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/
H A DPSR.h51 enum class InstructionSet { enum
170 InstructionSet CurrentInstructionSet() const { in CurrentInstructionSet()
175 return InstructionSet::ThumbEE; in CurrentInstructionSet()
178 return InstructionSet::Thumb; in CurrentInstructionSet()
181 return InstructionSet::Jazelle; in CurrentInstructionSet()
183 return InstructionSet::ARM; in CurrentInstructionSet()
186 void CurrentInstructionSet(InstructionSet instruction_set) { in CurrentInstructionSet()
188 case InstructionSet::ARM: in CurrentInstructionSet()
192 case InstructionSet::Jazelle: in CurrentInstructionSet()
196 case InstructionSet::Thumb: in CurrentInstructionSet()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/
H A DPSR.h51 enum class InstructionSet { enum
170 InstructionSet CurrentInstructionSet() const { in CurrentInstructionSet()
175 return InstructionSet::ThumbEE; in CurrentInstructionSet()
178 return InstructionSet::Thumb; in CurrentInstructionSet()
181 return InstructionSet::Jazelle; in CurrentInstructionSet()
183 return InstructionSet::ARM; in CurrentInstructionSet()
186 void CurrentInstructionSet(InstructionSet instruction_set) { in CurrentInstructionSet()
188 case InstructionSet::ARM: in CurrentInstructionSet()
192 case InstructionSet::Jazelle: in CurrentInstructionSet()
196 case InstructionSet::Thumb: in CurrentInstructionSet()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/
H A DPSR.h51 enum class InstructionSet { enum
170 InstructionSet CurrentInstructionSet() const { in CurrentInstructionSet()
175 return InstructionSet::ThumbEE; in CurrentInstructionSet()
178 return InstructionSet::Thumb; in CurrentInstructionSet()
181 return InstructionSet::Jazelle; in CurrentInstructionSet()
183 return InstructionSet::ARM; in CurrentInstructionSet()
186 void CurrentInstructionSet(InstructionSet instruction_set) { in CurrentInstructionSet()
188 case InstructionSet::ARM: in CurrentInstructionSet()
192 case InstructionSet::Jazelle: in CurrentInstructionSet()
196 case InstructionSet::Thumb: in CurrentInstructionSet()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/tests/LinGP/include/beagle/LinGP/
H A DInstructionSet.hpp66 class InstructionSet : public Instruction::Bag { class
71 typedef AllocatorT<InstructionSet,Instruction::Bag::Alloc>
74 typedef PointerT<InstructionSet,Instruction::Bag::Handle>
77 typedef ContainerT<InstructionSet,Instruction::Bag::Bag>
80 explicit InstructionSet() { } in InstructionSet() function in Beagle::LinGP::InstructionSet
81 virtual ~InstructionSet() { } in ~InstructionSet()
H A DInstructionSuperSet.hpp64 class InstructionSuperSet : public InstructionSet::Bag {
69 typedef AllocatorT<InstructionSuperSet,InstructionSet::Bag::Alloc>
72 typedef PointerT<InstructionSuperSet,InstructionSet::Bag::Handle>
75 typedef ContainerT<InstructionSuperSet,InstructionSet::Bag::Bag>
82 virtual void insert(InstructionSet::Handle inInstructionSet);
H A DSystem.hpp87 explicit System(LinGP::InstructionSet::Handle inSet);
88 explicit System(LinGP::InstructionSet::Handle inSet,
90 explicit System(LinGP::InstructionSet::Handle inSet,
/dports/devel/open-beagle/beagle-3.0.3/tests/LinGP/src/
H A DInstructionSet.cpp53 LinGP::Instruction::Handle LinGP::InstructionSet::getInstructionByName(string inName) const in getInstructionByName()
65 void LinGP::InstructionSet::initialize(LinGP::System& ioSystem) in initialize()
77 void LinGP::InstructionSet::insert(LinGP::Instruction::Handle inInstruction) in insert()
97 LinGP::InstructionSet::selectRandomInstruction(LinGP::System& ioSystem) const in selectRandomInstruction()
109 void LinGP::InstructionSet::read(PACC::XML::ConstIterator inIter) in read()
133 void LinGP::InstructionSet::write(PACC::XML::Streamer& ioStreamer, bool inIndent) const in write()
H A DSystem.cpp98 LinGP::System::System(LinGP::InstructionSet::Handle inSet) : in System()
111 LinGP::System::System(LinGP::InstructionSet::Handle inSet, in System()
128 LinGP::System::System(LinGP::InstructionSet::Handle inSet, in System()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/internal/opcodesxml/
H A Dopcodesxml.go11 func Read(r io.Reader) (*InstructionSet, error) {
13 is := &InstructionSet{}
21 func ReadFile(filename string) (*InstructionSet, error) {
32 type InstructionSet struct { struct
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h44 class JitInstructionSet : public InstructionSet
71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER()
74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dprocessor.h50 enum InstructionSet { enum
63 Q_ENUM(InstructionSet)
68 Q_DECLARE_FLAGS(InstructionSets, InstructionSet)
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
419 UnaryRmROpcode::Tzcnt => smallvec![InstructionSet::BMI1],
420 UnaryRmROpcode::Popcnt => smallvec![InstructionSet::Popcnt],
452 pub(crate) enum InstructionSet { enum
654 pub(crate) fn available_from(&self) -> InstructionSet { in available_from() argument
655 use InstructionSet::*; in available_from()
1053 smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL]
1055 Avx512Opcode::Vpabsq => smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL],
1057 smallvec![InstructionSet::AVX512VL, InstructionSet::AVX512VBMI]
1059 Avx512Opcode::Vpmullq => smallvec![InstructionSet::AVX512VL, InstructionSet::AVX512DQ],
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs415 pub(crate) fn available_from(&self) -> SmallVec<[InstructionSet; 2]> { in available_from()
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
419 UnaryRmROpcode::Tzcnt => smallvec![InstructionSet::BMI1],
420 UnaryRmROpcode::Popcnt => smallvec![InstructionSet::Popcnt],
452 pub(crate) enum InstructionSet { enum
640 pub(crate) fn available_from(&self) -> InstructionSet { in available_from() argument
641 use InstructionSet::*; in available_from()
1010 pub(crate) fn available_from(&self) -> SmallVec<[InstructionSet; 2]> { in available_from()
1013 smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL]
1015 Avx512Opcode::Vpabsq => smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL],
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs415 pub(crate) fn available_from(&self) -> SmallVec<[InstructionSet; 2]> { in available_from()
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
419 UnaryRmROpcode::Tzcnt => smallvec![InstructionSet::BMI1],
420 UnaryRmROpcode::Popcnt => smallvec![InstructionSet::Popcnt],
452 pub(crate) enum InstructionSet { enum
640 pub(crate) fn available_from(&self) -> InstructionSet { in available_from() argument
641 use InstructionSet::*; in available_from()
1010 pub(crate) fn available_from(&self) -> SmallVec<[InstructionSet; 2]> { in available_from()
1013 smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL]
1015 Avx512Opcode::Vpabsq => smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL],
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs415 pub(crate) fn available_from(&self) -> SmallVec<[InstructionSet; 2]> { in available_from()
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
419 UnaryRmROpcode::Tzcnt => smallvec![InstructionSet::BMI1],
420 UnaryRmROpcode::Popcnt => smallvec![InstructionSet::Popcnt],
452 pub(crate) enum InstructionSet { enum
640 pub(crate) fn available_from(&self) -> InstructionSet { in available_from() argument
641 use InstructionSet::*; in available_from()
1010 pub(crate) fn available_from(&self) -> SmallVec<[InstructionSet; 2]> { in available_from()
1013 smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL]
1015 Avx512Opcode::Vpabsq => smallvec![InstructionSet::AVX512F, InstructionSet::AVX512VL],
[all …]

12345678910>>...41