OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instructionID
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c
641
* @param
instructionID
- A pointer whose target is filled in with the ID of the
648
static int getIDWithAttrMask(uint16_t*
instructionID
,
665
*
instructionID
= decode(insn->opcodeType,
670
*
instructionID
= decode(insn->opcodeType,
717
uint16_t
instructionID
;
777
if (getIDWithAttrMask(&
instructionID
, insn, attrMask))
793
spec = specifierForUID(
instructionID
);
798
insn->
instructionID
=
instructionID
;
805
if (
instructionID
!= instructionIDWithWBit)
[
all
...]
X86Disassembler.cpp
576
mcInst.setOpcode(insn.
instructionID
);
X86DisassemblerDecoder.h
480
uint16_t
instructionID
;
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
785
* @param
instructionID
- A pointer whose target is filled in with the ID of the
792
static int getIDWithAttrMask(uint16_t*
instructionID
,
807
*
instructionID
= decode(insn->opcodeType,
812
*
instructionID
= decode(insn->opcodeType,
875
uint16_t
instructionID
;
[
all
...]
X86DisassemblerDecoder.h
588
uint16_t
instructionID
;
X86Disassembler.cpp
[
all
...]
/external/capstone/arch/X86/
X86DisassemblerDecoder.c
1069
* @param
instructionID
- A pointer whose target is filled in with the ID of the
1076
static int getIDWithAttrMask(uint16_t *
instructionID
,
1087
*
instructionID
= X86_FEMMS;
[
all
...]
X86Disassembler.c
690
MCInst_setOpcode(mcInst, insn->
instructionID
);
X86DisassemblerDecoder.h
664
uint16_t
instructionID
;
Completed in 1253 milliseconds