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/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/pcre/dist/testdata/ |
D | testinput10 | 740 abcdefgh 744 abcdefgh 749 abcdefgh
|
D | testinput6 | 539 abcdefgh 543 abcdefgh 548 abcdefgh
|
D | testoutput10 | 1407 abcdefgh 1417 abcdefgh 1425 abcdefgh
|
D | testoutput6 | 916 abcdefgh 922 abcdefgh 930 abcdefgh
|
D | testinput2 | 1224 abcdefgh 1225 abcdefgh\C1\Gtwo 1226 abcdefgh\Cone\Ctwo 1227 abcdefgh\Cthree
|
D | testoutput2 | 4425 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/ |
D | vp9_loopfilter_mmx.asm | 489 movq mm5, mm1 ; abcdefgh
|
D | vp9_intrapred_ssse3.asm | 817 movq m3, [leftq] ; abcdefgh [byte]
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_mmx.asm | 489 movq mm5, mm1 ; abcdefgh
|
/external/valgrind/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()
|
D | guest_arm64_toIR.c | 8844 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/ |
D | AArch64InstrFormats.td | 186 // are encoded as the eight bit value 'abcdefgh'. 760 // are encoded as the eight bit value 'abcdefgh'.
|