Home
last modified time | relevance | path

Searched defs:Imm6 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1631 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1651 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1671 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1620 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1640 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1660 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DELF_riscv.cpp412 uint16_t Imm6 = extractBits(Value, 6, 1) << 7; in applyFixup() local
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1846 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1865 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1884 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1037 if (const auto *Imm6 = llvm::dyn_cast<ConstantInteger32>(getSrc(1))) { in emitIAS() local
1044 if (const auto *Imm6 = llvm::dyn_cast<ConstantInteger32>(getSrc(1))) { in emitIAS() local
1072 const auto *Imm6 = llvm::cast<ConstantInteger32>(getSrc(1)); in emitIAS() local
DIceAssemblerARM32.cpp624 const ConstantInteger32 *Imm6) { in encodeSIMDShiftImm6()
1243 const Operand *OpQm, const IValueT Imm6, in emitSIMDShiftqqc()
3373 const IValueT Imm6 = encodeSIMDShiftImm6(ST_Vshr, IceType_i16, 16); in vmulh() local
4025 const ConstantInteger32 *Imm6) { in vshlqc()
4040 const Operand *OpQm, const ConstantInteger32 *Imm6, in vshrqc()