Home
last modified time | relevance | path

Searched refs:abcdefgh (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h309 const uint32_t abcdefgh = bits(opcode, 7, 0); in ThumbExpandImm_C() local
310 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh; in ThumbExpandImm_C()
318 imm32 = abcdefgh; in ThumbExpandImm_C()
322 imm32 = abcdefgh << 16 | abcdefgh; in ThumbExpandImm_C()
326 imm32 = abcdefgh << 24 | abcdefgh << 8; in ThumbExpandImm_C()
330 imm32 = abcdefgh << 24 | abcdefgh << 16 | abcdefgh << 8 | abcdefgh; in ThumbExpandImm_C()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td307 // are encoded as the eight bit value 'abcdefgh'.
1722 // are encoded as the eight bit value 'abcdefgh'.