Searched refs:abcdefgh (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h322 const uint32_t abcdefgh = bits(opcode, 7, 0); local
323 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh;
330 imm32 = abcdefgh;
334 imm32 = abcdefgh << 16 | abcdefgh;
338 imm32 = abcdefgh << 24 | abcdefgh << 8;
342 imm32 = abcdefgh << 24 | abcdefgh << 16 | abcdefgh <<
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtr.stdout.exp9 the translated string is abcdefgh
H A Dtre.stdout.exp11 Resulting cc is 0 and the string is abcdefgh
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm177 movq mm5, mm1 ; abcdefgh
489 movq mm5, mm1 ; abcdefgh
H A Dvp9_intrapred_ssse3.asm817 movq m3, [leftq] ; abcdefgh [byte]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm177 movq mm5, mm1 ; abcdefgh
489 movq mm5, mm1 ; abcdefgh
H A Dvp9_intrapred_ssse3.asm817 movq m3, [leftq] ; abcdefgh [byte]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm177 movq mm5, mm1 ; abcdefgh
489 movq mm5, mm1 ; abcdefgh
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm177 movq mm5, mm1 ; abcdefgh
489 movq mm5, mm1 ; abcdefgh
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c2575 UInt abcdefgh = imm8; local
2582 return abcdefgh;
2584 return (abcdefgh << 16) | abcdefgh;
2586 return (abcdefgh << 24) | (abcdefgh << 8);
2588 return (abcdefgh << 24) | (abcdefgh << 16)
2589 | (abcdefgh << 8) | abcdefgh;
[all...]

Completed in 8341 milliseconds