Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1862 unsigned Imm3 = (Imm >> 4) & 0x7; in emitNEON1RegModImmInstruction() local
1864 Binary |= (I << 24) | (Imm3 << 16) | (Cmode << 8) | (Op << 5) | Imm4; in emitNEON1RegModImmInstruction()