Home
last modified time | relevance | path

Searched defs:fpext (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dppc_booke.c102 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dppc_booke.c101 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dppc_booke.c102 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dppc_booke.c102 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ppc/
H A Dppc_booke.c103 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dppc_booke.c102 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dppc_booke.c102 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dppc_booke.c102 uint32_t fpext = (env->spr[SPR_BOOKE_TCR] & TCR_E500_FPEXT_MASK) in booke_get_fit_target() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Duserio.c510 FILE *fpext; /* file corresponding to extname */ local
/dports/games/tads/tads-3.0.8/tads2/
H A Dtadsrsc.c693 osfildef *fpext; in prochtmlres() local
/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DWorkItem.cpp1020 INSTRUCTION(fpext) in INSTRUCTION() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs198 fn fpext(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value; in fpext() method
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dbuilder.py651 def fpext(self, value, typ, name=''): member in IRBuilder
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs826 fn fpext(&mut self, val: &'ll Value, dest_ty: &'ll Type) -> &'ll Value { in fpext() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1040 fn fpext(&mut self, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> { in fpext() method