Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1845 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local
1853 TmpInst.addOperand(Imm4); in processInstruction()
1864 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local
1872 TmpInst.addOperand(Imm4); in processInstruction()
1883 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local
1891 TmpInst.addOperand(Imm4); in processInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1863 unsigned Imm4 = Imm & 0xf; in emitNEON1RegModImmInstruction() local
1864 Binary |= (I << 24) | (Imm3 << 16) | (Cmode << 8) | (Op << 5) | Imm4; in emitNEON1RegModImmInstruction()