Searched refs:abcdefgh (Results 1 – 15 of 15) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 322 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/ |
D | tr.stdout.exp | 9 the translated string is abcdefgh
|
D | tre.stdout.exp | 11 Resulting cc is 0 and the string is abcdefgh
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | thread1.test | 33 INSERT INTO t1 VALUES(1,'abcdefgh'); 76 } abcdefgh
|
D | server1.test | 42 INSERT INTO t1 VALUES(1,'abcdefgh'); 83 } abcdefgh
|
D | thread2.test | 34 INSERT INTO t1 VALUES(1,'abcdefgh');
|
D | date.test | 132 datetest 2.38 {datetime('2003-10-22 12:24','+1 abcdefgh')} NULL
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_mmx.asm | 489 movq mm5, mm1 ; abcdefgh
|
D | vp9_intrapred_ssse3.asm | 817 movq m3, [leftq] ; abcdefgh [byte]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_mmx.asm | 489 movq mm5, mm1 ; abcdefgh
|
D | vp9_intrapred_ssse3.asm | 817 movq m3, [leftq] ; abcdefgh [byte]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
D | loopfilter_mmx.asm | 489 movq mm5, mm1 ; abcdefgh
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_mmx.asm | 489 movq mm5, mm1 ; abcdefgh
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 2575 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/ |
D | AArch64InstrFormats.td | 186 // are encoded as the eight bit value 'abcdefgh'. 755 // are encoded as the eight bit value 'abcdefgh'.
|