Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenEDInfo.inc59 kInstructionTypeMove,
1522 kInstructionTypeMove,
1588 kInstructionTypeMove,
1654 kInstructionTypeMove,
1720 kInstructionTypeMove,
22114 kInstructionTypeMove,
22180 kInstructionTypeMove,
22246 kInstructionTypeMove,
22312 kInstructionTypeMove,
22378 kInstructionTypeMove,
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInfo.h75 kInstructionTypeMove, enumerator
DEDInst.cpp95 return ThisInstInfo->instructionType == kInstructionTypeMove; in isMove()