Lines Matching refs:decoders
10 than an ARM core which cannot be decoded by the standard built-in decoders within the library.
15 same way as the built-in decoders. This means that the external decoder can be created and destroyed
16 using the decode tree API, and will integrate seamlessly with any ARM processor decoders that are p…
21 …d_extern_dcd_fact_t` : This is a decoder "factory" that allows the creation of the custom decoders.
23 …k functions allowing the decoder to use library functionality in the same way as built-in decoders.
38 Once registered, the standard API functions used with the built-in decoders will work with the cust…
89 architecture decoders, but should where possible use these functions if being used as part of a com…
90 use of the external decoders.
105 …is provided to both test the C-API interfaces provided for using custom decoders and as a worked e…
127 After this the test uses the same code path as the built in decoders when testing the custom decode…
129 …coder name to the same `create_generic_decoder()` function used when testing the built in decoders.