Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/Disassembler/
HDX86Disassembler.cpp894 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
946 return translateOperand(mcInst, insn.operands[operand.type - TYPE_DUP0], in translateOperand()
980 if (translateOperand(mcInst, Op, insn, Dis)) { in translateInstruction()