Home
last modified time | relevance | path

Searched refs:abcdefgh (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h309 const uint32_t abcdefgh = bits(opcode, 7, 0); in ThumbExpandImm_C() local
310 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh; in ThumbExpandImm_C()
318 imm32 = abcdefgh; in ThumbExpandImm_C()
322 imm32 = abcdefgh << 16 | abcdefgh; in ThumbExpandImm_C()
326 imm32 = abcdefgh << 24 | abcdefgh << 8; in ThumbExpandImm_C()
330 imm32 = abcdefgh << 24 | abcdefgh << 16 | abcdefgh << 8 | abcdefgh; in ThumbExpandImm_C()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt93 # RUN: echo "abcdefgh" > %T/testCat/temp.write
99 # CAT-OUTPUT: abcdefgh
105 # RUN: echo "abcdefgh" > %T/testCat/temp1.write
113 # MULTI-CAT-OUTPUT: abcdefgh
121 # RUN: echo "abcdefgh" > %T/testCat/temp1.write
124 # PIPED-CAT-OUTPUT: abcdefgh
/openbsd-src/gnu/usr.bin/perl/lib/Tie/
H A DSubstrHash.t54 $test{$key2} = ( "abcdefgh" x 10 ) . "$key1";
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DMakefile.am374 MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh*
H A DMakefile.in499 MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh*
H A DChangeLog-98991704 (MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DMakefile.am334 MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh*
H A DMakefile.in319 MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum abcdefgh*
H A DChangeLog-98991704 (MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlvar.pod1059 $`; $&; "abcdefgh" =~ /d/
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td259 // are encoded as the eight bit value 'abcdefgh'.
1514 // are encoded as the eight bit value 'abcdefgh'.