Searched refs:decodeBDAddr12Operand (Results 1 – 2 of 2) sorted by relevance
/external/capstone/arch/SystemZ/ |
D | SystemZDisassembler.c | 185 static DecodeStatus decodeBDAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr12Operand() function 258 return decodeBDAddr12Operand(Inst, Field, SystemZMC_GR32Regs); in decodeBDAddr32Disp12Operand() 270 return decodeBDAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDAddr64Disp12Operand()
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 268 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand() function 339 return decodeBDAddr12Operand(Inst, Field, SystemZMC::GR32Regs); in decodeBDAddr32Disp12Operand() 351 return decodeBDAddr12Operand(Inst, Field, SystemZMC::GR64Regs); in decodeBDAddr64Disp12Operand()
|