Home
last modified time | relevance | path

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

/external/capstone/arch/X86/
DX86Disassembler.c761 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand() function
805 return translateOperand(mcInst, &insn->operands[operand->type - TYPE_DUP0], insn); in translateOperand()
839 if (translateOperand(mcInst, &insn->operands[index], insn)) { in translateInstruction()
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp972 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
1016 return translateOperand(mcInst, insn.operands[operand.type - TYPE_DUP0], in translateOperand()
1051 if (translateOperand(mcInst, Op, insn, Dis)) { in translateInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp2233 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
2284 return translateOperand(mcInst, insn.operands[operand.type - TYPE_DUP0], in translateOperand()
2319 if (translateOperand(mcInst, Op, insn, Dis)) { in translateInstruction()
/external/llvm-project/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp2253 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() function
2305 return translateOperand(mcInst, insn.operands[operand.type - TYPE_DUP0], in translateOperand()
2340 if (translateOperand(mcInst, Op, insn, Dis)) { in translateInstruction()