OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ENCODING
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp
80
Encoding
= byteFromRec(Rec, "OpEncBits");
161
if (
Encoding
== X86Local::EVEX) {
252
} else if (
Encoding
== X86Local::VEX ||
Encoding
== X86Local::XOP) {
351
void RecognizableInstr::adjustOperandEncoding(OperandEncoding &
encoding
) {
352
// The scaling factor for AVX512 compressed displacement
encoding
is an
353
// instruction attribute. Adjust the ModRM
encoding
type to include the
355
if ((
encoding
!= ENCODING_RM &&
356
encoding
!= ENCODING_VSIB &&
357
encoding
!= ENCODING_SIB) ||CD8_Scale == 0
[
all
...]
/src/external/mit/expat/dist/lib/
xmltok.h
159
struct
encoding
;
160
typedef struct
encoding
ENCODING
;
162
typedef int(PTRCALL *SCANNER)(const
ENCODING
*, const char *, const char *,
172
struct
encoding
{
struct
175
int(PTRCALL *nameMatchesAscii)(const
ENCODING
*, const char *, const char *,
177
int(PTRFASTCALL *nameLength)(const
ENCODING
*, const char *);
178
const char *(PTRFASTCALL *skipS)(const
ENCODING
*, const char *);
179
int(PTRCALL *getAtts)(const
ENCODING
*enc, const char *ptr, int attsMax,
181
int(PTRFASTCALL *charRefNumber)(const
ENCODING
*enc, const char *ptr)
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026