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/main/none/tests/s390x/
Dtr.stdout.exp9 the translated string is abcdefgh
Dtre.stdout.exp11 Resulting cc is 0 and the string is abcdefgh
/external/chromium_org/third_party/sqlite/src/test/
Dthread1.test33 INSERT INTO t1 VALUES(1,'abcdefgh');
76 } abcdefgh
Dserver1.test42 INSERT INTO t1 VALUES(1,'abcdefgh');
83 } abcdefgh
Dthread2.test34 INSERT INTO t1 VALUES(1,'abcdefgh');
Ddate.test132 datetest 2.38 {datetime('2003-10-22 12:24','+1 abcdefgh')} NULL
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_loopfilter_mmx.asm489 movq mm5, mm1 ; abcdefgh
Dvp9_intrapred_ssse3.asm817 movq m3, [leftq] ; abcdefgh [byte]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
Dvp9_loopfilter_mmx.asm489 movq mm5, mm1 ; abcdefgh
Dvp9_intrapred_ssse3.asm817 movq m3, [leftq] ; abcdefgh [byte]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
Dloopfilter_mmx.asm489 movq mm5, mm1 ; abcdefgh
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_mmx.asm489 movq mm5, mm1 ; abcdefgh
/external/valgrind/main/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()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td186 // are encoded as the eight bit value 'abcdefgh'.
755 // are encoded as the eight bit value 'abcdefgh'.