HomeSort by relevance Sort by last modified time
    Searched refs:decodeSImmOperand (Results 1 - 5 of 5) sorted by null

  /external/capstone/arch/SystemZ/
SystemZDisassembler.c 103 static DecodeStatus decodeSImmOperand(MCInst *Inst, uint64_t Imm, unsigned N)
149 return decodeSImmOperand(Inst, Imm, 8);
155 return decodeSImmOperand(Inst, Imm, 16);
161 return decodeSImmOperand(Inst, Imm, 32);
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 162 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) {
222 return decodeSImmOperand<8>(Inst, Imm);
227 return decodeSImmOperand<16>(Inst, Imm);
232 return decodeSImmOperand<32>(Inst, Imm);
  /external/capstone/arch/PowerPC/
PPCDisassembler.c 242 static DecodeStatus decodeSImmOperand(MCInst *Inst, uint64_t Imm,
PPCGenDisassemblerTables.inc     [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 308 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm,

Completed in 85 milliseconds