Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp115 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function
154 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand()
159 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand()
164 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp247 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td22 let DecoderMethod = "decodeSImmOperand<16>";
37 let DecoderMethod = "decodeSImmOperand<16>";
H A DPPCInstrInfo.td449 let DecoderMethod = "decodeSImmOperand<5>";
477 let DecoderMethod = "decodeSImmOperand<16>";
500 let DecoderMethod = "decodeSImmOperand<16>";