Searched refs:abcdefgh (Results 1 - 10 of 10) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
H A D | ARMUtils.h | 322 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 D | tr.stdout.exp | 9 the translated string is abcdefgh
|
H A D | tre.stdout.exp | 11 Resulting cc is 0 and the string is abcdefgh
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
H A D | vp9_loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh
|
H A D | vp9_intrapred_ssse3.asm | 817 movq m3, [leftq] ; abcdefgh [byte]
|
/external/libvpx/libvpx/vp9/common/x86/ |
H A D | vp9_loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh
|
H A D | vp9_intrapred_ssse3.asm | 817 movq m3, [leftq] ; abcdefgh [byte]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
H A D | loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh
|
/external/libvpx/libvpx/vp8/common/x86/ |
H A D | loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh
|
/external/valgrind/main/VEX/priv/ |
H A D | guest_arm_toIR.c | 2575 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 311 milliseconds