Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp134 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function
194 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand()
199 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand()
204 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp308 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td22 let DecoderMethod = "decodeSImmOperand<16>";
37 let DecoderMethod = "decodeSImmOperand<16>";
DPPCInstrInfo.td490 let DecoderMethod = "decodeSImmOperand<5>";
536 let DecoderMethod = "decodeSImmOperand<16>";
559 let DecoderMethod = "decodeSImmOperand<16>";