Home
last modified time | relevance | path

Searched defs:Opcodes (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h96 void OpcodeDecoder::Decode_00xxxxxx(const uint8_t *Opcodes, unsigned &OI) { in Decode_00xxxxxx()
101 void OpcodeDecoder::Decode_01xxxxxx(const uint8_t *Opcodes, unsigned &OI) { in Decode_01xxxxxx()
106 void OpcodeDecoder::Decode_1000iiii_iiiiiiii(const uint8_t *Opcodes, in Decode_1000iiii_iiiiiiii()
119 void OpcodeDecoder::Decode_10011101(const uint8_t *Opcodes, unsigned &OI) { in Decode_10011101()
123 void OpcodeDecoder::Decode_10011111(const uint8_t *Opcodes, unsigned &OI) { in Decode_10011111()
127 void OpcodeDecoder::Decode_1001nnnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_1001nnnn()
131 void OpcodeDecoder::Decode_10100nnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_10100nnn()
137 void OpcodeDecoder::Decode_10101nnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_10101nnn()
143 void OpcodeDecoder::Decode_10110000(const uint8_t *Opcodes, unsigned &OI) { in Decode_10110000()
147 void OpcodeDecoder::Decode_10110001_0000iiii(const uint8_t *Opcodes, in Decode_10110001_0000iiii()
[all …]
/external/llvm-project/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h97 inline void OpcodeDecoder::Decode_00xxxxxx(const uint8_t *Opcodes, in Decode_00xxxxxx()
103 inline void OpcodeDecoder::Decode_01xxxxxx(const uint8_t *Opcodes, in Decode_01xxxxxx()
109 inline void OpcodeDecoder::Decode_1000iiii_iiiiiiii(const uint8_t *Opcodes, in Decode_1000iiii_iiiiiiii()
122 inline void OpcodeDecoder::Decode_10011101(const uint8_t *Opcodes, in Decode_10011101()
127 inline void OpcodeDecoder::Decode_10011111(const uint8_t *Opcodes, in Decode_10011111()
132 inline void OpcodeDecoder::Decode_1001nnnn(const uint8_t *Opcodes, in Decode_1001nnnn()
137 inline void OpcodeDecoder::Decode_10100nnn(const uint8_t *Opcodes, in Decode_10100nnn()
144 inline void OpcodeDecoder::Decode_10101nnn(const uint8_t *Opcodes, in Decode_10101nnn()
151 inline void OpcodeDecoder::Decode_10110000(const uint8_t *Opcodes, in Decode_10110000()
156 inline void OpcodeDecoder::Decode_10110001_0000iiii(const uint8_t *Opcodes, in Decode_10110001_0000iiii()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcodes.java46 public class Opcodes { class
85 private Opcodes(int api, int artVersion) { in Opcodes() method in Opcodes
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h64 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw()
DARMTargetStreamer.cpp59 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
DARMELFStreamer.cpp234 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
618 SmallVector<uint8_t, 64> Opcodes; member in __anonbd609b5d0111::ARMELFStreamer
654 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
1359 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h62 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw()
DARMELFStreamer.cpp266 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
702 SmallVector<uint8_t, 64> Opcodes; member in __anon41c5554b0111::ARMELFStreamer
747 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
1476 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
DARMTargetStreamer.cpp101 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h62 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw()
DARMELFStreamer.cpp262 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
710 SmallVector<uint8_t, 64> Opcodes; member in __anone0d61fbf0111::ARMELFStreamer
755 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
1483 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
DARMTargetStreamer.cpp101 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h215 ArrayRef<uint8_t> Opcodes; member
231 ArrayRef<uint8_t> Opcodes; member
249 ArrayRef<uint8_t> Opcodes; member
262 ArrayRef<uint8_t> Opcodes; member
/external/llvm-project/llvm/utils/TableGen/
DPredicateExpander.cpp118 const RecVec &Opcodes) { in expandCheckOpcode()
148 const RecVec &Opcodes) { in expandCheckPseudo()
242 const RecVec &Opcodes = Rec->getValueAsListOfDefs("Opcodes"); in expandOpcodeSwitchCase() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFMA3Info.h26 uint16_t Opcodes[3]; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.h30 uint16_t Opcodes[3]; member
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2512 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB()
2673 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2731 const uint16_t *const *Opcodes, in SelectMVE_VLD()
2784 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes, in SelectMVE_VxDUP()
4019 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4026 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4034 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4053 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local
4061 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local
4069 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
[all …]
/external/mesa3d/docs/gallium/
Dtgsi.rst2543 .. _resourceopcodes:
2626 .. _bindlessopcodes:
2651 .. _threadsyncopcodes:
/external/llvm-project/llvm/unittests/IR/
DVPIntrinsicTest.cpp132 std::vector<unsigned> Opcodes; in TEST_F() local
/external/llvm/include/llvm/Object/
DMachO.h126 ArrayRef<uint8_t> Opcodes; variable
169 ArrayRef<uint8_t> Opcodes; variable
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp42 std::vector<unsigned> Opcodes; in computeAliasingInstructions() local
/external/llvm-project/llvm/include/llvm/Object/
DMachO.h192 ArrayRef<uint8_t> Opcodes; variable
244 ArrayRef<uint8_t> Opcodes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h192 ArrayRef<uint8_t> Opcodes; variable
244 ArrayRef<uint8_t> Opcodes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2456 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB()
2589 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2647 const uint16_t *const *Opcodes) { in SelectMVE_VLD()
3760 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
3767 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
3775 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
3794 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local
3802 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local
3810 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
4419 static const uint16_t Opcodes[] = {ARM::MVE_VLDRWU32_qi_pre, in Select() local
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp380 StringSet<> Opcodes; in FactorNodes() local

123