Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 25 of 54) sorted by relevance

123

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c823 BYTE* const ostart = (BYTE*) dst; in FSE_decompress_usingDTable_generic()
967 const BYTE* ip = (const BYTE*) src; in HUF_readDTable()
1178 const BYTE* ip = (const BYTE*) cSrc; in HUF_decompress()
1373 const BYTE* ip = (const BYTE*)src; in ZSTD_wildcopy()
1374 BYTE* op = (BYTE*)dst; in ZSTD_wildcopy()
1396 const BYTE* p = (const BYTE*)memPtr; in ZSTD_readBE32()
1501 BYTE* op = (BYTE*)dst; in ZSTD_decompressLiterals()
1503 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressLiterals()
1929 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressBlock()
1946 const BYTE* ip = (const BYTE*)src; in ZSTDv01_decompressDCtx()
[all …]
H A Dzstd_v03.c207 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16()
220 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
1347 BYTE* const ostart = (BYTE*) dst; in FSE_decompress_usingDTable_generic()
1549 const BYTE* ip = (const BYTE*) src; in HUF_readStats()
1631 const BYTE* ip = (const BYTE*) src; in HUF_readDTableX2()
2399 const BYTE* ip = (const BYTE*)src; in ZSTD_wildcopy()
2400 BYTE* op = (BYTE*)dst; in ZSTD_wildcopy()
2496 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressLiterals()
2896 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressBlock()
2910 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressDCtx()
[all …]
H A Dzstd_v02.c205 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16()
218 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
235 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32()
1346 BYTE* const ostart = (BYTE*) dst; in FSE_decompress_usingDTable_generic()
1552 const BYTE* ip = (const BYTE*) src; in HUF_readStats()
1634 const BYTE* ip = (const BYTE*) src; in HUF_readDTableX2()
2758 const BYTE* ip = (const BYTE*)src; in ZSTD_wildcopy()
2759 BYTE* op = (BYTE*)dst; in ZSTD_wildcopy()
2855 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressLiterals()
3255 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressBlock()
[all …]
H A Dzstd_v04.c177 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16()
190 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
207 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32()
219 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64()
400 const BYTE* ip = (const BYTE*)src; in ZSTD_wildcopy()
401 BYTE* op = (BYTE*)dst; in ZSTD_wildcopy()
1326 BYTE* const ostart = (BYTE*) dst; in FSE_decompress_usingDTable_generic()
1702 const BYTE* ip = (const BYTE*) src; in HUF_readStats()
2622 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressLiterals()
3045 const BYTE* ip = (const BYTE*)src; in ZSTD_decompressBlock_internal()
[all …]
H A Dzstd_v05.c209 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16()
219 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
230 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32()
514 const BYTE* ip = (const BYTE*)src; in ZSTDv05_wildcopy()
515 BYTE* op = (BYTE*)dst; in ZSTDv05_wildcopy()
1433 BYTE* const ostart = (BYTE*) dst; in FSEv05_decompress_usingDTable_generic()
1804 const BYTE* ip = (const BYTE*) src; in HUFv05_readStats()
1965 BYTE* op = (BYTE*)dst; in HUFv05_decompress1X2_usingDTable()
2345 BYTE* const ostart = (BYTE*) dst; in HUFv05_decompress1X4_usingDTable()
3394 const BYTE* ip = (const BYTE*)src; in ZSTDv05_decompressBlock_internal()
[all …]
H A Dzstd_v06.c232 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16()
242 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
549 const BYTE* ip = (const BYTE*)src; in ZSTDv06_wildcopy()
550 BYTE* op = (BYTE*)dst; in ZSTDv06_wildcopy()
1576 BYTE* const ostart = (BYTE*) dst; in FSEv06_decompress_usingDTable_generic()
1863 const BYTE* ip = (const BYTE*) src; in HUFv06_readStats()
2101 BYTE* op = (BYTE*)dst; in HUFv06_decompress1X2_usingDTable()
2474 BYTE* const ostart = (BYTE*) dst; in HUFv06_decompress1X4_usingDTable()
2986 const BYTE* ip = (const BYTE*)src; in ZSTDv06_getFrameParams()
3533 const BYTE* ip = (const BYTE*)src; in ZSTDv06_decompressBlock_internal()
[all …]
H A Dzstd_v07.c401 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
1315 const BYTE* ip = (const BYTE*) src; in HUFv07_readStats()
1596 BYTE* const ostart = (BYTE*) dst; in FSEv07_decompress_usingDTable_generic()
1764 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc;
1876 BYTE* op = (BYTE*)dst; in HUFv07_decompress1X2_usingDTable_internal()
2783 const BYTE* ip = (const BYTE*)src; in ZSTDv07_wildcopy()
2784 BYTE* op = (BYTE*)dst; in ZSTDv07_wildcopy()
3156 const BYTE* ip = (const BYTE*)src; in ZSTDv07_getFrameParams()
3748 const BYTE* ip = (const BYTE*)src; in ZSTDv07_decompressBlock_internal()
3800 const BYTE* ip = (const BYTE*)src; in ZSTDv07_decompressFrame()
[all …]
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c68 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildSuperBlockEntropy_literal()
170 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildSuperBlockEntropy_sequences()
327 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock_literal()
439 … const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock_sequences()
445 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock_sequences()
448 BYTE* seqHead; in ZSTD_compressSubBlock_sequences()
459 op[0] = (BYTE)((nbSeq>>8) + 0x80), op[1] = (BYTE)nbSeq, op+=2; in ZSTD_compressSubBlock_sequences()
540 const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock()
548 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock()
717 BYTE const* ip = (BYTE const*)src; in ZSTD_compressSubBlock_multi()
[all …]
H A Dzstd_fast.c25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillHashTable()
58 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_generic()
60 const BYTE* ip0 = istart; in ZSTD_compressBlock_fast_generic()
61 const BYTE* ip1; in ZSTD_compressBlock_fast_generic()
62 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_generic()
92 BYTE const* ip2 = ip0 + 2; in ZSTD_compressBlock_fast_generic()
217 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_dictMatchState_generic()
218 const BYTE* ip = istart; in ZSTD_compressBlock_fast_dictMatchState_generic()
219 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_dictMatchState_generic()
386 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dhist.c32 const BYTE* ip = (const BYTE*)src; in HIST_count_simple()
33 const BYTE* const end = ip + srcSize; in HIST_count_simple()
72 const BYTE* ip = (const BYTE*)source; in HIST_count_parallel_wksp()
94 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp()
95 Counting2[(BYTE)(c>>8) ]++; in HIST_count_parallel_wksp()
96 Counting3[(BYTE)(c>>16)]++; in HIST_count_parallel_wksp()
99 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp()
100 Counting2[(BYTE)(c>>8) ]++; in HIST_count_parallel_wksp()
101 Counting3[(BYTE)(c>>16)]++; in HIST_count_parallel_wksp()
104 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp()
[all …]
H A Dzstd_ldm.c145 const BYTE* pIn, const BYTE* pAnchor, in ZSTD_ldm_countBackwardsMatch()
146 const BYTE* pMatch, const BYTE* pMatchBase) in ZSTD_ldm_countBackwardsMatch()
163 const BYTE* pIn, const BYTE* pAnchor, in ZSTD_ldm_countBackwardsMatch_2segments()
164 const BYTE* pMatch, const BYTE* pMatchBase, in ZSTD_ldm_countBackwardsMatch_2segments()
165 const BYTE* pExtDictStart, const BYTE* pExtDictEnd) in ZSTD_ldm_countBackwardsMatch_2segments()
188 const BYTE* const iend = (const BYTE*)end; in ZSTD_ldm_fillFastTables()
223 const BYTE* iend, const BYTE* base, in ZSTD_ldm_fillLdmHashTable()
291 BYTE const* const istart = (BYTE const*)src; in ZSTD_ldm_generateSequences_internal()
296 BYTE const* ip = istart; in ZSTD_ldm_generateSequences_internal()
449 BYTE const* const istart = (BYTE const*)src; in ZSTD_ldm_generateSequences()
[all …]
H A Dzstd_cwksp.h150 BYTE allocFailed;
301 void* end = (BYTE *)alloc + bytes; in ZSTD_cwksp_reserve_table()
375 size_t size = (BYTE*)ws->tableValidEnd - (BYTE*)ws->objectEnd; in ZSTD_cwksp_mark_tables_dirty()
405 ZSTD_memset(ws->tableValidEnd, 0, (BYTE*)ws->tableEnd - (BYTE*)ws->tableValidEnd); in ZSTD_cwksp_clean_tables()
423 size_t size = (BYTE*)ws->tableValidEnd - (BYTE*)ws->objectEnd; in ZSTD_cwksp_clear_tables()
445 size_t size = (BYTE*)ws->workspaceEnd - (BYTE*)ws->tableValidEnd; in ZSTD_cwksp_clear()
456 size_t size = (BYTE*)ws->workspaceEnd - (BYTE*)ws->objectEnd; in ZSTD_cwksp_clear()
514 return (size_t)((BYTE*)ws->workspaceEnd - (BYTE*)ws->workspace); in ZSTD_cwksp_sizeof()
518 return (size_t)((BYTE*)ws->tableEnd - (BYTE*)ws->workspace) in ZSTD_cwksp_used()
519 + (size_t)((BYTE*)ws->workspaceEnd - (BYTE*)ws->allocStart); in ZSTD_cwksp_used()
[all …]
H A Dzstd_lazy.c21 const BYTE* ip, const BYTE* iend, in ZSTD_updateDUBT()
155 const BYTE* const ip, const BYTE* const iend, in ZSTD_DUBT_findBetterDictMatch()
382 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch()
412 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_dictMatchState_selectMLS()
428 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_extDict_selectMLS()
787 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_selectMLS()
803 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_dictMatchState_selectMLS()
819 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_dedicatedDictSearch_selectMLS()
835 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_extDict_selectMLS()
862 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_double_fast.c24 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTable()
25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable()
26 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillDoubleHashTable()
61 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_generic()
62 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_doubleFast_generic()
63 const BYTE* ip = istart; in ZSTD_compressBlock_doubleFast_generic()
64 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_generic()
369 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_doubleFast_extDict_generic()
370 const BYTE* ip = istart; in ZSTD_compressBlock_doubleFast_extDict_generic()
371 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
H A Dzstd_compress_internal.h444 BYTE* const op = (BYTE*)dst; in ZSTD_rleCompressBlock()
485 static void ZSTD_safecopyLiterals(BYTE* op, BYTE const* ip, BYTE const* const iend, BYTE const* ili… in ZSTD_safecopyLiterals()
507 static const BYTE* g_start = NULL; in ZSTD_storeSeq()
632 MEM_STATIC size_t ZSTD_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* const pInLimit) in ZSTD_count()
634 const BYTE* const pStart = pIn; in ZSTD_count()
658 ZSTD_count_2segments(const BYTE* ip, const BYTE* match, in ZSTD_count_2segments()
659 const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) in ZSTD_count_2segments()
735 BYTE const* istart = (BYTE const*)buf; in ZSTD_rollingHash_append()
764 MEM_STATIC U64 ZSTD_rollingHash_rotate(U64 hash, BYTE toRemove, BYTE toAdd, U64 primePower) in ZSTD_rollingHash_rotate()
995 window->base = (BYTE const*)""; in ZSTD_window_init()
[all …]
H A Dzstd_compress_sequences.c73 BYTE wksp[FSE_NCOUNTBOUND]; in ZSTD_NCountCost()
239 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable()
244 BYTE* op = (BYTE*)dst; in ZSTD_buildCTable()
245 const BYTE* const oend = op + dstCapacity; in ZSTD_buildCTable()
250 FORWARD_IF_ERROR(FSE_buildCTable_rle(nextCTable, (BYTE)max), ""); in ZSTD_buildCTable()
286 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body()
325 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
326 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body()
327 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
380 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default()
[all …]
H A Dzstd_compress_literals.c18 BYTE* const ostart = (BYTE* const)dst; in ZSTD_noCompressLiterals()
26 ostart[0] = (BYTE)((U32)set_basic + (srcSize<<3)); in ZSTD_noCompressLiterals()
45 BYTE* const ostart = (BYTE* const)dst; in ZSTD_compressRleLiteralsBlock()
53 ostart[0] = (BYTE)((U32)set_rle + (srcSize<<3)); in ZSTD_compressRleLiteralsBlock()
65 ostart[flSize] = *(const BYTE*)src; in ZSTD_compressRleLiteralsBlock()
80 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressLiterals()
150 ostart[4] = (BYTE)(cLitSize >> 10); in ZSTD_compressLiterals()
H A Dhuf_compress.c64 BYTE* const ostart = (BYTE*) dst; in HUF_compressWeights()
65 BYTE* op = ostart; in HUF_compressWeights()
113 BYTE* op = (BYTE*)dst; in HUF_writeCTable()
204 BYTE byte;
205 BYTE nbBits;
565 const BYTE* ip = (const BYTE*) src; in HUF_compress1X_usingCTable_internal_body()
566 BYTE* const ostart = (BYTE*)dst; in HUF_compress1X_usingCTable_internal_body()
661 const BYTE* ip = (const BYTE*) src; in HUF_compress4X_usingCTable_internal()
663 BYTE* const ostart = (BYTE*) dst; in HUF_compress4X_usingCTable_internal()
716 BYTE* const ostart, BYTE* op, BYTE* const oend, in HUF_compressCTable_internal()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c475 const BYTE *ip = (BYTE *) source; in LZ4_compressCtx()
479 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx()
483 BYTE *op = (BYTE *) dest; in LZ4_compressCtx()
504 BYTE *token; in LZ4_compressCtx()
666 const BYTE *ip = (BYTE *) source; in LZ4_compress64kCtx()
670 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compress64kCtx()
674 BYTE *op = (BYTE *) dest; in LZ4_compress64kCtx()
693 BYTE *token; in LZ4_compress64kCtx()
887 const BYTE *restrict ip = (const BYTE *) source; in LZ4_uncompress_unknownOutputSize()
891 BYTE *op = (BYTE *) dest; in LZ4_uncompress_unknownOutputSize()
[all …]
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c85 { const BYTE* const istart = (const BYTE*) src; in ZSTD_decodeLiteralsBlock()
378 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body()
580 const BYTE* const istart = (const BYTE* const)src; in ZSTD_decodeSeqHeaders()
1072 BYTE const* op, BYTE const* oend, in ZSTD_assertValidSequence()
1074 BYTE const* prefixStart, BYTE const* virtualStart) in ZSTD_assertValidSequence()
1109 const BYTE* ip = (const BYTE*)seqStart; in ZSTD_decompressSequences_body()
1111 BYTE* const ostart = (BYTE* const)dst; in ZSTD_decompressSequences_body()
1118 const BYTE* const dictEnd = (const BYTE*) (dctx->dictEnd); in ZSTD_decompressSequences_body()
1243 const BYTE* ip = (const BYTE*)seqStart; in ZSTD_decompressSequencesLong_body()
1245 BYTE* const ostart = (BYTE* const)dst; in ZSTD_decompressSequencesLong_body()
[all …]
H A Dhuf_decompress.c101 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc;
122 static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { in HUF_DEltX1_set4()
332 BYTE* op = (BYTE*)dst; in HUF_decompress1X1_usingDTable_internal_body()
359 BYTE* const ostart = (BYTE*) dst; in HUF_decompress4X1_usingDTable_internal_body()
468 const BYTE* ip = (const BYTE*) cSrc; in HUF_decompress1X1_DCtx_wksp()
493 const BYTE* ip = (const BYTE*) cSrc; in HUF_decompress4X1_DCtx_wksp_bmi2()
787 { BYTE* const ostart = (BYTE*) dst; in HUF_decompress1X2_usingDTable_internal_body()
811 BYTE* const ostart = (BYTE*) dst; in HUF_decompress4X2_usingDTable_internal_body()
934 const BYTE* ip = (const BYTE*) cSrc; in HUF_decompress1X2_DCtx_wksp()
960 const BYTE* ip = (const BYTE*) cSrc; in HUF_decompress4X2_DCtx_wksp_bmi2()
[all …]
/f-stack/freebsd/contrib/zstd/programs/
H A Ddatagen.c60 static void RDG_fillLiteralDistrib(BYTE* ldt, fixedPoint_24_8 ld) in RDG_fillLiteralDistrib()
62 BYTE const firstChar = (ld<=0.0) ? 0 : '('; in RDG_fillLiteralDistrib()
63 BYTE const lastChar = (ld<=0.0) ? 255 : '}'; in RDG_fillLiteralDistrib()
64 BYTE character = (ld<=0.0) ? 0 : '0'; in RDG_fillLiteralDistrib()
78 static BYTE RDG_genChar(U32* seed, const BYTE* ldt) in RDG_genChar()
97 double matchProba, const BYTE* ldt, U32* seedPtr) in RDG_genBlock()
99 BYTE* const buffPtr = (BYTE*)buffer; in RDG_genBlock()
147 BYTE ldt[LTSIZE]; in RDG_genBuffer()
160 BYTE* const buff = (BYTE*)malloc(stdDictSize + stdBlockSize); in RDG_genStdout()
162 BYTE ldt[LTSIZE]; /* literals distribution table */ in RDG_genStdout()
/f-stack/freebsd/i386/i386/
H A Ddb_disasm.c43 #define BYTE 0 macro
557 { "inc", TRUE, BYTE, op1(E), 0 },
558 { "dec", TRUE, BYTE, op1(E), 0 },
579 /*00*/ { "add", TRUE, BYTE, op2(R, E), 0 },
581 /*02*/ { "add", TRUE, BYTE, op2(E, R), 0 },
583 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
588 /*08*/ { "or", TRUE, BYTE, op2(R, E), 0 },
1111 db_print_address(seg, BYTE, &address);
1326 if (i_size == BYTE) { in db_disasm()
1328 size = BYTE; in db_disasm()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c537 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16()
2934 BYTE* const ostart = (BYTE*) dst; in FSE_decompress_usingDTable_generic()
6566 BYTE* op = (BYTE*)dst; in ZSTD_wildcopy()
8483 BYTE* op = (BYTE*)dst; in HUF_writeCTable()
8977 BYTE* const ostart, BYTE* op, BYTE* const oend, in HUF_compressCTable_internal()
10292 BYTE* const op = (BYTE*)dst; in ZSTD_rleCompressBlock()
11485 BYTE* op = (BYTE*)dst; in ZSTD_buildCTable()
15509 BYTE* op = (BYTE*)dst; in ZSTD_compressBlock_internal()
15743 { BYTE* const op = (BYTE*)dst; in ZSTD_writeFrameHeader()
21450 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc;
[all …]
/f-stack/freebsd/amd64/amd64/
H A Ddb_disasm.c43 #define BYTE 0 macro
651 { "inc", TRUE, BYTE, op1(E), 0 },
652 { "dec", TRUE, BYTE, op1(E), 0 },
684 /*00*/ { "add", TRUE, BYTE, op2(R, E), 0 },
686 /*02*/ { "add", TRUE, BYTE, op2(E, R), 0 },
688 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
693 /*08*/ { "or", TRUE, BYTE, op2(R, E), 0 },
695 /*0a*/ { "or", TRUE, BYTE, op2(E, R), 0 },
697 /*0c*/ { "or", FALSE, BYTE, op2(I, A), 0 },
1548 if (i_size == BYTE) { in db_disasm()
[all …]

123