Home
last modified time | relevance | path

Searched refs:EXT2 (Results 1 – 25 of 52) sorted by relevance

123

/external/v8/src/ppc/
Dassembler-ppc.cc357 return (((instr & kOpcodeMask) == EXT2) && in IsCmpRegister()
358 ((EXT2 | (instr & kExt2OpcodeMask)) == CMP)); in IsCmpRegister()
770 x_form(EXT2 | XORX, dst, src1, src2, rc); in xor_()
775 x_form(EXT2 | CNTLZWX, ra, rs, r0, rc); in cntlzw_()
780 emit(EXT2 | POPCNTW | rs.code() * B21 | ra.code() * B16); in popcntw()
785 x_form(EXT2 | ANDX, ra, rs, rb, rc); in and_()
845 emit(EXT2 | SRAWIX | rs.code() * B21 | ra.code() * B16 | sh * B11 | r); in srawi()
850 x_form(EXT2 | SRWX, dst, src1, src2, r); in srw()
855 x_form(EXT2 | SLWX, dst, src1, src2, r); in slw()
860 x_form(EXT2 | SRAW, ra, rs, rb, r); in sraw()
[all …]
Ddisasm-ppc.cc279 (opcode == EXT2 && instr->Bits(10, 2) << 2 == SRADIX)) { in FormatOption()
544 switch (EXT2 | (instr->BitField(10, 1))) { in DecodeExt2()
645 switch (EXT2 | (instr->BitField(10, 2))) { in DecodeExt2()
653 switch (EXT2 | (instr->BitField(9, 1))) { in DecodeExt2()
902 switch (EXT2 | (instr->BitField(5, 1))) { in DecodeExt2()
1293 case EXT2: { in InstructionDecode()
Dsimulator-ppc.cc1682 uint32_t opcode = EXT2 | instr->BitField(10, 1); in ExecuteExt2_10bit()
1953 opcode = EXT2 | instr->BitField(10, 2); in ExecuteExt2_10bit()
1980 uint32_t opcode = EXT2 | instr->BitField(9, 1); in ExecuteExt2_9bit_part1()
2238 uint32_t opcode = EXT2 | instr->BitField(9, 1); in ExecuteExt2_9bit_part2()
2756 uint32_t opcode = EXT2 | instr->BitField(5, 1); in ExecuteExt2_5bit()
3687 case EXT2: { in ExecuteGeneric()
/external/e2fsprogs/debian/
De2fsck-static.copyright1 This is the Debian GNU/Linux prepackaged version of the static EXT2
2 file system consistency checker (e2fsck.static). The EXT2 utilities
18 This package, the EXT2 filesystem utilities, is protected by the GNU
Dcopyright1 This is the Debian GNU/Linux prepackaged version of the EXT2 file
2 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were
17 This package, the EXT2 filesystem utilities, are made available under
Dlibss2.copyright3 distributed together with the EXT2 file system utilities, which are
Dlibcomerr2.copyright2 Description library. It is currently distributed together with the EXT2 file
/external/e2fsprogs/debian/attic/libs/
Dcontrol12 Description: The EXT2 file system utilities.
13 EXT2 stands for "Extended Filesystem", version 2. It's the main
16 This package contains programs for creating, checking, and maintaining EXT2
30 It is mainly used by the EXT2-filesystem tools.
47 Description: The EXT2 file system shared libs.
48 EXT2 stands for "Extended Filesystem", version 2. It's the filesystem type
/external/e2fsprogs/
De2fsprogs.lsm2 Title: EXT2 Filesystem utilities
5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
/external/e2fsprogs/lib/ext2fs/
DMakefile.pq2 LIBNAME=EXT2.LIB
3 OBJFILE=EXT2.LST
Dext2_err.et.in117 "EXT2 directory corrupted"
/external/llvm/test/CodeGen/AMDGPU/
Dsign_extend.ll69 ; GCN-DAG: s_bfe_i32 [[EXT2:s[0-9]+]], [[VAL]], 0x80010
74 ; GCN-DAG: v_mov_b32_e32 [[VEXT2:v[0-9]+]], [[EXT2]]
101 ; GCN-DAG: v_bfe_i32 [[EXT2:v[0-9]+]], [[VAL]], 16, 8
106 ; GCN: buffer_store_dword [[EXT2]]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c405 #ifdef EXT2 in rjsmin_jsmin()
425 #ifdef EXT2 in rjsmin_jsmin()
465 #ifdef EXT2 in rjsmin_jsmin()
/external/syslinux/libinstaller/
Dsyslxfs.h18 EXT2, enumerator
Dsyslxcom.c122 case EXT2: in clear_attributes()
154 case EXT2: in set_attributes()
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dltpfs.part12 # Check the EXT2 & NFS filesystems
/external/syslinux/extlinux/
Dmain.c316 if (fs_type == EXT2 || fs_type == VFAT || fs_type == NTFS || in patch_file_and_bootblock()
354 if (fs_type == EXT2) { in install_bootblock()
983 if (fs_type == EXT2 || fs_type == VFAT || fs_type == NTFS in install_file()
1060 case EXT2: in find_device()
1359 fs_type = EXT2; in open_device()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h90 #define EXT2 macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c1050 #ifdef EXT2 in rcssmin_cssmin()
1070 #ifdef EXT2 in rcssmin_cssmin()
1118 #ifdef EXT2 in rcssmin_cssmin()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h104 #define EXT2 macro
/external/mesa3d/src/mesa/main/
Denable.c190 #define CHECK_EXTENSION2(EXT1, EXT2, CAP) \ argument
191 if (!ctx->Extensions.EXT1 && !ctx->Extensions.EXT2) { \
1186 #define CHECK_EXTENSION2(EXT1, EXT2) \ argument
1187 if (!ctx->Extensions.EXT1 && !ctx->Extensions.EXT2) { \
/external/e2fsprogs/doc/
Dlibext2fs.texinfo132 * EXT2 data abstractions::
905 @node Bitmap Functions, EXT2 data abstractions, Directory functions, EXT2FS Library Functions
1095 @node EXT2 data abstractions, Byte-swapping functions, Bitmap Functions, EXT2FS Library Functions
1097 @section EXT2 data abstractions
1110 @node Badblocks list management, Directory-block list management, EXT2 data abstractions, EXT2 data…
1148 @node Directory-block list management, Inode count functions, Badblocks list management, EXT2 data …
1198 @node Inode count functions, , Directory-block list management, EXT2 data abstractions
1271 @node Byte-swapping functions, Other functions, EXT2 data abstractions, EXT2FS Library Functions
/external/python/cpython2/Lib/
Dpickle.py152 EXT2 = '\x83' # ditto, but 2-byte index variable
768 write("%c%c%c" % (EXT2, code&0xff, code>>8))
1108 dispatch[EXT2] = load_ext2
/external/python/cpython3/Lib/
Dpickle.py152 EXT2 = b'\x83' # ditto, but 2-byte index variable
936 write(EXT2 + pack("<H", code))
1358 dispatch[EXT2[0]] = load_ext2
/external/python/cpython2/Lib/test/
Dpickletester.py1295 self.produce_global_ext(0x00000100, pickle.EXT2) # smallest EXT2 code
1296 self.produce_global_ext(0x0000ffff, pickle.EXT2) # largest EXT2 code
1297 self.produce_global_ext(0x0000abcd, pickle.EXT2) # check endianness

123