Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h322 const uint32_t abcdefgh = bits(opcode, 7, 0); in ThumbExpandImm_C() local
323 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh; in ThumbExpandImm_C()
330 imm32 = abcdefgh; in ThumbExpandImm_C()
334 imm32 = abcdefgh << 16 | abcdefgh; in ThumbExpandImm_C()
338 imm32 = abcdefgh << 24 | abcdefgh << 8; in ThumbExpandImm_C()
342 imm32 = abcdefgh << 24 | abcdefgh << 16 | abcdefgh << 8 | abcdefgh; in ThumbExpandImm_C()
/external/valgrind/none/tests/s390x/
Dtr.stdout.exp9 the translated string is abcdefgh
Dtre.stdout.exp11 Resulting cc is 0 and the string is abcdefgh
/external/pcre/dist/testdata/
Dtestinput10740 abcdefgh
744 abcdefgh
749 abcdefgh
Dtestinput6539 abcdefgh
543 abcdefgh
548 abcdefgh
Dtestoutput101407 abcdefgh
1417 abcdefgh
1425 abcdefgh
Dtestoutput6916 abcdefgh
922 abcdefgh
930 abcdefgh
Dtestinput21224 abcdefgh
1225 abcdefgh\C1\Gtwo
1226 abcdefgh\Cone\Ctwo
1227 abcdefgh\Cthree
Dtestoutput24425 abcdefgh
4426 0: abcdefgh
4429 abcdefgh\C1\Gtwo
4430 0: abcdefgh
4435 abcdefgh\Cone\Ctwo
4436 0: abcdefgh
4441 abcdefgh\Cthree
4443 0: abcdefgh
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_loopfilter_mmx.asm489 movq mm5, mm1 ; abcdefgh
Dvp9_intrapred_ssse3.asm817 movq m3, [leftq] ; abcdefgh [byte]
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_mmx.asm489 movq mm5, mm1 ; abcdefgh
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c2575 UInt abcdefgh = imm8; in thumbExpandImm() local
2582 return abcdefgh; in thumbExpandImm()
2584 return (abcdefgh << 16) | abcdefgh; in thumbExpandImm()
2586 return (abcdefgh << 24) | (abcdefgh << 8); in thumbExpandImm()
2588 return (abcdefgh << 24) | (abcdefgh << 16) in thumbExpandImm()
2589 | (abcdefgh << 8) | abcdefgh; in thumbExpandImm()
Dguest_arm64_toIR.c8844 UInt abcdefgh = (INSN(18,16) << 5) | INSN(9,5); in dis_AdvSIMD_modified_immediate() local
8941 ok = AdvSIMDExpandImm(&imm64lo, bitOP, cmode, abcdefgh); in dis_AdvSIMD_modified_immediate()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td186 // are encoded as the eight bit value 'abcdefgh'.
760 // are encoded as the eight bit value 'abcdefgh'.