Home
last modified time | relevance | path

Searched refs:tcx (Results 1 – 25 of 1701) sorted by relevance

12345678910>>...69

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/query/
H A Dmod.rs338 ) -> &'tcx mir::Body<'tcx> {
888 key: ty::ParamEnvAnd<'tcx, &'tcx ty::Const<'tcx>>
896 key: ty::ParamEnvAnd<'tcx, &'tcx ty::Const<'tcx>>
1168 key: ty::ParamEnvAnd<'tcx, (ty::PolyFnSig<'tcx>, &'tcx ty::List<Ty<'tcx>>)>
1169 ) -> Result<&'tcx abi::call::FnAbi<'tcx, Ty<'tcx>>, ty::layout::FnAbiError<'tcx>> {
1179 key: ty::ParamEnvAnd<'tcx, (ty::Instance<'tcx>, &'tcx ty::List<Ty<'tcx>>)>
1180 ) -> Result<&'tcx abi::call::FnAbi<'tcx, Ty<'tcx>>, ty::layout::FnAbiError<'tcx>> {
1742 &'tcx Canonical<'tcx, canonical::QueryResponse<'tcx, Ty<'tcx>>>,
1752 &'tcx Canonical<'tcx, canonical::QueryResponse<'tcx, ty::Predicate<'tcx>>>,
1762 &'tcx Canonical<'tcx, canonical::QueryResponse<'tcx, ty::PolyFnSig<'tcx>>>,
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dconsts.rs32 impl<'tcx> Const<'tcx> {
40 tcx: TyCtxt<'tcx>, in from_opt_const_arg_anon_const() argument
73 tcx: TyCtxt<'tcx>, in try_eval_lit_or_param() argument
75 expr: &'tcx hir::Expr<'tcx>, in try_eval_lit_or_param() argument
169 pub fn from_value(tcx: TyCtxt<'tcx>, val: ConstValue<'tcx>, ty: Ty<'tcx>) -> &'tcx Self { in from_value() argument
175 pub fn from_scalar(tcx: TyCtxt<'tcx>, val: Scalar, ty: Ty<'tcx>) -> &'tcx Self { in from_scalar() argument
181 pub fn from_bits(tcx: TyCtxt<'tcx>, bits: u128, ty: ParamEnvAnd<'tcx, Ty<'tcx>>) -> &'tcx Self { in from_bits() argument
191 pub fn zero_sized(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>) -> &'tcx Self { in zero_sized() argument
213 tcx: TyCtxt<'tcx>, in try_eval_bits() argument
236 pub fn eval(&self, tcx: TyCtxt<'tcx>, param_env: ParamEnv<'tcx>) -> &Const<'tcx> { in eval() argument
[all …]
H A Dfold.rs213 fn fold_const(&mut self, c: &'tcx ty::Const<'tcx>) -> &'tcx ty::Const<'tcx> { in fold_const() argument
275 H: FnMut(&'tcx ty::Const<'tcx>) -> &'tcx ty::Const<'tcx>,
287 H: FnMut(&'tcx ty::Const<'tcx>) -> &'tcx ty::Const<'tcx>,
312 impl<'tcx> TyCtxt<'tcx> {
439 tcx: TyCtxt<'tcx>, field
501 tcx: TyCtxt<'tcx>, field
922 tcx: TyCtxt<'tcx>, field
993 tcx: TyCtxt<'tcx>, in shift_region() argument
1210 tcx: TyCtxt<'tcx>, field
1279 tcx: TyCtxt<'tcx>, field
[all …]
H A Dsubst.rs31 marker: PhantomData<(Ty<'tcx>, ty::Region<'tcx>, &'tcx ty::Const<'tcx>)>,
92 impl<'tcx> From<ty::Region<'tcx>> for GenericArg<'tcx> {
98 impl<'tcx> From<Ty<'tcx>> for GenericArg<'tcx> {
104 impl<'tcx> From<&'tcx ty::Const<'tcx>> for GenericArg<'tcx> {
105 fn from(c: &'tcx ty::Const<'tcx>) -> GenericArg<'tcx> { in from() argument
110 impl<'tcx> GenericArg<'tcx> {
155 impl<'tcx> TypeFoldable<'tcx> for GenericArg<'tcx> {
188 pub type SubstsRef<'tcx> = &'tcx InternalSubsts<'tcx>;
247 tcx: TyCtxt<'tcx>, argument
374 impl<'tcx> TypeFoldable<'tcx> for SubstsRef<'tcx> {
[all …]
H A Dcodec.rs37 impl<'tcx, E: TyEncoder<'tcx>> EncodableWithShorthand<'tcx, E> for Ty<'tcx> {
46 impl<'tcx, E: TyEncoder<'tcx>> EncodableWithShorthand<'tcx, E> for ty::PredicateKind<'tcx> {
118 impl<'tcx, E: TyEncoder<'tcx>> Encodable<E> for Ty<'tcx> {
124 impl<'tcx, E: TyEncoder<'tcx>> Encodable<E> for ty::Binder<'tcx, ty::PredicateKind<'tcx>> {
156 &'tcx mir::Body<'tcx>,
210 impl<'tcx, D: TyDecoder<'tcx>> Decodable<D> for Ty<'tcx> {
318 impl<'tcx, D: TyDecoder<'tcx>> RefDecodable<'tcx, D> for ty::List<Ty<'tcx>> {
325 impl<'tcx, D: TyDecoder<'tcx>> RefDecodable<'tcx, D>
334 impl<'tcx, D: TyDecoder<'tcx>> RefDecodable<'tcx, D> for ty::Const<'tcx> {
340 impl<'tcx, D: TyDecoder<'tcx>> RefDecodable<'tcx, D> for [ty::ValTree<'tcx>] {
[all …]
H A Dstructural_impls.rs268 impl<'tcx, A: Lift<'tcx>, B: Lift<'tcx>> Lift<'tcx> for (A, B) {
275 impl<'tcx, A: Lift<'tcx>, B: Lift<'tcx>, C: Lift<'tcx>> Lift<'tcx> for (A, B, C) {
292 impl<'tcx, T: Lift<'tcx>, E: Lift<'tcx>> Lift<'tcx> for Result<T, E> {
302 impl<'tcx, T: Lift<'tcx>> Lift<'tcx> for Box<T> {
322 impl<'tcx, T: Lift<'tcx>> Lift<'tcx> for Vec<T> {
692 impl<'tcx, A: TypeFoldable<'tcx>, B: TypeFoldable<'tcx>, C: TypeFoldable<'tcx>> TypeFoldable<'tcx>
790 impl<'tcx> TypeFoldable<'tcx> for &'tcx ty::List<ty::Binder<'tcx, ty::ExistentialPredicate<'tcx>>> {
800 impl<'tcx> TypeFoldable<'tcx> for &'tcx ty::List<Ty<'tcx>> {
872 impl<'tcx> TypeFoldable<'tcx> for Ty<'tcx> {
1008 impl<'tcx> TypeFoldable<'tcx> for &'tcx ty::List<ty::Predicate<'tcx>> {
[all …]
H A Dsty.rs118 Array(Ty<'tcx>, &'tcx ty::Const<'tcx>),
153 Dynamic(&'tcx List<Binder<'tcx, ExistentialPredicate<'tcx>>>, ty::Region<'tcx>),
165 GeneratorWitness(Binder<'tcx, &'tcx List<Ty<'tcx>>>),
341 tcx: TyCtxt<'tcx>, in new() argument
461 tcx: TyCtxt<'tcx>, in new() argument
606 tcx: TyCtxt<'tcx>, in discriminant_for_variant() argument
799 impl<'tcx> Binder<'tcx, ExistentialPredicate<'tcx>> {
1239 impl<'tcx> FnSig<'tcx> {
1695 impl<'tcx> TyS<'tcx> {
2090 pub fn discriminant_ty(&'tcx self, tcx: TyCtxt<'tcx>) -> Ty<'tcx> { in discriminant_ty() argument
[all …]
H A Drelate.rs81 fn tys(&mut self, a: Ty<'tcx>, b: Ty<'tcx>) -> RelateResult<'tcx, Ty<'tcx>>; in tys() argument
93 ) -> RelateResult<'tcx, &'tcx ty::Const<'tcx>>; in consts() argument
151 impl<'tcx> Relate<'tcx> for ty::FnSig<'tcx> {
307 impl<'tcx> Relate<'tcx> for ty::TraitRef<'tcx> {
355 impl<'tcx> Relate<'tcx> for Ty<'tcx> {
675 impl<'tcx> Relate<'tcx> for &'tcx ty::List<ty::Binder<'tcx, ty::ExistentialPredicate<'tcx>>> {
735 impl<'tcx> Relate<'tcx> for SubstsRef<'tcx> {
745 impl<'tcx> Relate<'tcx> for ty::Region<'tcx> {
755 impl<'tcx> Relate<'tcx> for &'tcx ty::Const<'tcx> {
765 impl<'tcx, T: Relate<'tcx>> Relate<'tcx> for ty::Binder<'tcx, T> {
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/
H A Dtype_op.rs39 tcx: TyCtxt<'tcx>, in type_op_ascribe_user_type() argument
129 let tcx = self.tcx(); in relate_mir_and_user_ty() localVariable
185 tcx: TyCtxt<'tcx>, in type_op_eq() argument
214 tcx: TyCtxt<'tcx>, in type_op_normalize_ty() argument
216 ) -> Result<&'tcx Canonical<'tcx, QueryResponse<'tcx, Ty<'tcx>>>, NoSolution> { in type_op_normalize_ty() argument
221 tcx: TyCtxt<'tcx>, in type_op_normalize_predicate() argument
228 tcx: TyCtxt<'tcx>, in type_op_normalize_fn_sig() argument
230 ) -> Result<&'tcx Canonical<'tcx, QueryResponse<'tcx, FnSig<'tcx>>>, NoSolution> { in type_op_normalize_fn_sig() argument
235 tcx: TyCtxt<'tcx>, in type_op_normalize_poly_fn_sig() argument
242 tcx: TyCtxt<'tcx>, in type_op_subtype() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dlib.rs143 tcx: TyCtxt<'tcx>, in mir_keys() field
171 tcx: TyCtxt<'tcx>, in run_passes() argument
261 tcx: TyCtxt<'tcx>, in mir_const() argument
300 tcx: TyCtxt<'tcx>, in mir_promoted() argument
302 ) -> (&'tcx Steal<Body<'tcx>>, &'tcx Steal<IndexVec<Promoted, Body<'tcx>>>) { in mir_promoted() argument
337 fn mir_for_ctfe<'tcx>(tcx: TyCtxt<'tcx>, def_id: DefId) -> &'tcx Body<'tcx> { in mir_for_ctfe() argument
352 tcx: TyCtxt<'tcx>, in mir_for_ctfe_of_const_arg() argument
354 ) -> &'tcx Body<'tcx> { in mir_for_ctfe_of_const_arg() argument
418 tcx: TyCtxt<'tcx>, in mir_drops_elaborated_and_const_checked() argument
577 fn optimized_mir<'tcx>(tcx: TyCtxt<'tcx>, did: DefId) -> &'tcx Body<'tcx> { in optimized_mir() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/traits/
H A Dquery.rs35 impl<'tcx> AscribeUserType<'tcx> {
58 impl<'tcx> ProvePredicate<'tcx> {
80 Canonical<'tcx, ty::ParamEnvAnd<'tcx, ty::ProjectionTy<'tcx>>>;
82 pub type CanonicalTyGoal<'tcx> = Canonical<'tcx, ty::ParamEnvAnd<'tcx, Ty<'tcx>>>;
84 pub type CanonicalPredicateGoal<'tcx> = Canonical<'tcx, ty::ParamEnvAnd<'tcx, ty::Predicate<'tcx>>>;
89 pub type CanonicalTypeOpEqGoal<'tcx> = Canonical<'tcx, ty::ParamEnvAnd<'tcx, type_op::Eq<'tcx>>>;
92 Canonical<'tcx, ty::ParamEnvAnd<'tcx, type_op::Subtype<'tcx>>>;
134 tcx: TyCtxt<'tcx>, in into_kinds_reporting_overflows() argument
161 impl<'tcx> DtorckConstraint<'tcx> {
183 pub self_ty: Canonical<'tcx, QueryResponse<'tcx, Ty<'tcx>>>,
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/query/type_op/
H A Dnormalize.rs9 impl<'tcx, T> super::QueryTypeOp<'tcx> for Normalize<T>
11 T: Normalizable<'tcx> + 'tcx,
20 tcx: TyCtxt<'tcx>, in perform_query() argument
27 pub trait Normalizable<'tcx>: fmt::Debug + TypeFoldable<'tcx> + Lift<'tcx> + Copy {
29 tcx: TyCtxt<'tcx>, in type_op_method() argument
34 impl Normalizable<'tcx> for Ty<'tcx> {
36 tcx: TyCtxt<'tcx>, in type_op_method() argument
45 tcx: TyCtxt<'tcx>, in type_op_method() argument
54 tcx: TyCtxt<'tcx>, in type_op_method() argument
61 impl Normalizable<'tcx> for ty::FnSig<'tcx> {
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/impls/
H A Dmod.rs67 tcx: TyCtxt<'tcx>, field
73 pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, mdpe: &'a MoveDataParamEnv<'tcx>) -> Self { in new() argument
78 impl<'a, 'tcx> HasMoveData<'tcx> for MaybeInitializedPlaces<'a, 'tcx> {
120 tcx: TyCtxt<'tcx>, field
128 pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, mdpe: &'a MoveDataParamEnv<'tcx>) -> Self { in new() argument
184 tcx: TyCtxt<'tcx>, field
190 pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, mdpe: &'a MoveDataParamEnv<'tcx>) -> Self { in new() argument
232 tcx: TyCtxt<'tcx>, field
238 pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, mdpe: &'a MoveDataParamEnv<'tcx>) -> Self { in new() argument
243 impl<'a, 'tcx> HasMoveData<'tcx> for EverInitializedPlaces<'a, 'tcx> {
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_impl/src/
H A Dkeys.rs53 impl<'tcx> Key for ty::Instance<'tcx> {
75 impl<'tcx> Key for (Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>) {
268 impl<'tcx> Key for (ty::ParamEnv<'tcx>, ty::PolyTraitRef<'tcx>) {
278 impl<'tcx> Key for (&'tcx ty::Const<'tcx>, mir::Field) {
348 impl<'tcx> Key for &'tcx ty::Const<'tcx> {
358 impl<'tcx> Key for Ty<'tcx> {
368 impl<'tcx> Key for (Ty<'tcx>, Ty<'tcx>) {
378 impl<'tcx> Key for &'tcx ty::List<ty::Predicate<'tcx>> {
442 impl<'tcx> Key for (DefId, Ty<'tcx>, SubstsRef<'tcx>, ty::ParamEnv<'tcx>) {
464 impl<'tcx> Key for (ty::PolyFnSig<'tcx>, &'tcx ty::List<Ty<'tcx>>) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dbound_region_errors.rs29 TypeOp(Rc<dyn TypeOpInfo<'tcx> + 'tcx>),
39 crate fn relate(expected: Ty<'tcx>, found: Ty<'tcx>) -> UniverseInfo<'tcx> { in relate() argument
81 impl<'tcx> ToUniverseInfo<'tcx>
92 impl<'tcx, T: Copy + fmt::Display + TypeFoldable<'tcx> + 'tcx> ToUniverseInfo<'tcx>
103 impl<'tcx> ToUniverseInfo<'tcx>
131 tcx: TyCtxt<'tcx>, in nice_error() argument
144 let tcx = mbcx.infcx.tcx; in report_error() localVariable
207 tcx: TyCtxt<'tcx>, in nice_error() argument
250 tcx: TyCtxt<'tcx>, in nice_error() argument
307 tcx: TyCtxt<'tcx>, in nice_error() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/traits/
H A Dutil.rs11 tcx: TyCtxt<'tcx>, in anonymize_predicate() argument
19 tcx: TyCtxt<'tcx>, field
75 tcx: TyCtxt<'tcx>, in elaborate_trait_ref() argument
82 tcx: TyCtxt<'tcx>, in elaborate_trait_refs() argument
90 tcx: TyCtxt<'tcx>, in elaborate_predicates() argument
102 tcx: TyCtxt<'tcx>, in elaborate_predicates_with_span() argument
118 tcx: TyCtxt<'tcx>, in elaborate_obligations() argument
140 let tcx = self.visited.tcx; in elaborate() localVariable
295 tcx: TyCtxt<'tcx>, in supertraits() argument
302 tcx: TyCtxt<'tcx>, in transitive_bounds() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/
H A Dutil.rs29 tcx: TyCtxt<'tcx>, field
89 tcx: TyCtxt<'tcx>, in expand_trait_aliases() argument
104 let tcx = self.tcx; in expand() localVariable
162 tcx: TyCtxt<'tcx>, field
248 tcx: TyCtxt<'tcx>, in predicate_for_trait_ref() argument
263 tcx: TyCtxt<'tcx>, in predicate_for_trait_def() argument
280 tcx: TyCtxt<'tcx>, in upcast_choices() argument
305 tcx: TyCtxt<'tcx>, in get_vtable_index_of_object_method() argument
327 tcx: TyCtxt<'tcx>, in closure_trait_ref_and_return_type() argument
346 tcx: TyCtxt<'tcx>, in generator_trait_ref_and_outputs() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dintrinsic.rs21 tcx: TyCtxt<'tcx>, in equate_intrinsic_type() argument
61 require_same_types(tcx, &cause, tcx.mk_fn_ptr(tcx.fn_sig(it.def_id)), fty); in equate_intrinsic_type()
233 sym::powif32 => (0, vec![tcx.types.f32, tcx.types.i32], tcx.types.f32), in check_intrinsic_type()
234 sym::powif64 => (0, vec![tcx.types.f64, tcx.types.i32], tcx.types.f64), in check_intrinsic_type()
239 sym::powf32 => (0, vec![tcx.types.f32, tcx.types.f32], tcx.types.f32), in check_intrinsic_type()
240 sym::powf64 => (0, vec![tcx.types.f64, tcx.types.f64], tcx.types.f64), in check_intrinsic_type()
251 sym::fmaf32 => (0, vec![tcx.types.f32, tcx.types.f32, tcx.types.f32], tcx.types.f32), in check_intrinsic_type()
252 sym::fmaf64 => (0, vec![tcx.types.f64, tcx.types.f64, tcx.types.f64], tcx.types.f64), in check_intrinsic_type()
255 sym::minnumf32 => (0, vec![tcx.types.f32, tcx.types.f32], tcx.types.f32), in check_intrinsic_type()
256 sym::minnumf64 => (0, vec![tcx.types.f64, tcx.types.f64], tcx.types.f64), in check_intrinsic_type()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dresolve.rs21 impl<'a, 'tcx> OpportunisticVarResolver<'a, 'tcx> {
28 impl<'a, 'tcx> TypeFolder<'tcx> for OpportunisticVarResolver<'a, 'tcx> {
29 fn tcx<'b>(&'b self) -> TyCtxt<'tcx> { in tcx() method
42 fn fold_const(&mut self, ct: &'tcx Const<'tcx>) -> &'tcx Const<'tcx> { in fold_const() argument
73 impl<'a, 'tcx> TypeFolder<'tcx> for OpportunisticRegionResolver<'a, 'tcx> {
74 fn tcx<'b>(&'b self) -> TyCtxt<'tcx> { in tcx() method
101 fn fold_const(&mut self, ct: &'tcx ty::Const<'tcx>) -> &'tcx ty::Const<'tcx> { in fold_const() argument
127 impl<'a, 'tcx> TypeVisitor<'tcx> for UnresolvedTypeFinder<'a, 'tcx> {
193 impl<'a, 'tcx> TypeFolder<'tcx> for FullTypeResolver<'a, 'tcx> {
194 fn tcx<'b>(&'b self) -> TyCtxt<'tcx> { in tcx() argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/drivers/
H A Dtcx.fs129 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
131 tcx-off-stip /tcx-off-stip >tcx-reg-spec encode+
132 tcx-off-blit /tcx-off-blit >tcx-reg-spec encode+
136 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
139 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
140 tcx-off-dhc /tcx-off-dhc-8 >tcx-reg-spec encode+
141 tcx-off-alt /tcx-off-alt-8 >tcx-reg-spec encode+
147 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
154 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
157 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/drivers/
H A Dtcx.fs129 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
131 tcx-off-stip /tcx-off-stip >tcx-reg-spec encode+
132 tcx-off-blit /tcx-off-blit >tcx-reg-spec encode+
136 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
139 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
140 tcx-off-dhc /tcx-off-dhc-8 >tcx-reg-spec encode+
141 tcx-off-alt /tcx-off-alt-8 >tcx-reg-spec encode+
147 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
154 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
157 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/drivers/
H A Dtcx.fs129 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
131 tcx-off-stip /tcx-off-stip >tcx-reg-spec encode+
132 tcx-off-blit /tcx-off-blit >tcx-reg-spec encode+
136 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
139 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
140 tcx-off-dhc /tcx-off-dhc-8 >tcx-reg-spec encode+
141 tcx-off-alt /tcx-off-alt-8 >tcx-reg-spec encode+
147 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
154 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
157 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/drivers/
H A Dtcx.fs129 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
131 tcx-off-stip /tcx-off-stip >tcx-reg-spec encode+
132 tcx-off-blit /tcx-off-blit >tcx-reg-spec encode+
136 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
139 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
140 tcx-off-dhc /tcx-off-dhc-8 >tcx-reg-spec encode+
141 tcx-off-alt /tcx-off-alt-8 >tcx-reg-spec encode+
147 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
154 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
157 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/drivers/
H A Dtcx.fs129 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
131 tcx-off-stip /tcx-off-stip >tcx-reg-spec encode+
132 tcx-off-blit /tcx-off-blit >tcx-reg-spec encode+
136 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
139 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
140 tcx-off-dhc /tcx-off-dhc-8 >tcx-reg-spec encode+
141 tcx-off-alt /tcx-off-alt-8 >tcx-reg-spec encode+
147 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
154 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
157 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/drivers/
H A Dtcx.fs129 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
131 tcx-off-stip /tcx-off-stip >tcx-reg-spec encode+
132 tcx-off-blit /tcx-off-blit >tcx-reg-spec encode+
136 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
139 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
140 tcx-off-dhc /tcx-off-dhc-8 >tcx-reg-spec encode+
141 tcx-off-alt /tcx-off-alt-8 >tcx-reg-spec encode+
147 tcx-off-dfb8 /tcx-off-dfb8 >tcx-reg-spec
154 tcx-off-tec /tcx-off-tec >tcx-reg-spec encode+
157 tcx-off-rom /tcx-off-rom >tcx-reg-spec encode+
[all …]

12345678910>>...69