Home
last modified time | relevance | path

Searched refs:Opcodes (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.h30 uint16_t Opcodes[3]; member
60 return Opcodes[Form132]; in get132Opcode()
65 return Opcodes[Form213]; in get213Opcode()
70 return Opcodes[Form231]; in get231Opcode()
90 return Opcodes[0] < RHS.Opcodes[0];
DX86InstrFMA3Info.cpp162 return Group.Opcodes[FormIndex] < Opcode; in getFMA3Group()
164 assert(I != Table.end() && I->Opcodes[FormIndex] == Opcode && in getFMA3Group()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp128 } const Opcodes; member in __anonb6c6e90f0111::ARMInstructionSelector
177 TRI(*STI.getRegisterInfo()), TM(TM), RBI(RBI), STI(STI), Opcodes(STI), in ARMInstructionSelector()
349 return Size == 8 ? Opcodes.SEXT8 : Opcodes.SEXT16; in selectSimpleExtOpc()
352 return Size == 8 ? Opcodes.ZEXT8 : Opcodes.ZEXT16; in selectSimpleExtOpc()
366 return isStore ? Opcodes.STORE8 : Opcodes.LOAD8; in selectLoadStoreOpCode()
368 return isStore ? Opcodes.STORE16 : Opcodes.LOAD16; in selectLoadStoreOpCode()
370 return isStore ? Opcodes.STORE32 : Opcodes.LOAD32; in selectLoadStoreOpCode()
496 (void)BuildMI(I.MBB, I.InsertBefore, I.DbgLoc, TII.get(Opcodes.MOVi)) in putConstant()
676 : Opcodes.MOV_ga_pcrel) in selectGlobal()
678 : Opcodes.LDRLIT_ga_pcrel); in selectGlobal()
[all …]
DARMISelDAGToDAG.cpp230 void SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, bool Predicated);
267 const uint16_t *const *Opcodes);
2456 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB() argument
2464 Opcode = Opcodes[0]; in SelectMVE_WB()
2467 Opcode = Opcodes[1]; in SelectMVE_WB()
2589 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2591 Opcodes += 4 * Stride; in SelectBaseMVE_VMLLDAV()
2593 Opcodes += 2 * Stride; in SelectBaseMVE_VMLLDAV()
2595 Opcodes += Stride; in SelectBaseMVE_VMLLDAV()
2596 uint16_t Opcode = Opcodes[TySize]; in SelectBaseMVE_VMLLDAV()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp3108 : E(E), O(O), Opcodes(Bytes), Ptr(Bytes.begin()), in MachORebaseEntry()
3112 Ptr = Opcodes.begin(); in moveToFirst()
3117 Ptr = Opcodes.end(); in moveToEnd()
3133 if (Ptr == Opcodes.end()) { in moveNext()
3158 Twine::utohexstr(OpcodeStart - Opcodes.begin())); in moveNext()
3173 Twine::utohexstr(OpcodeStart - Opcodes.begin())); in moveNext()
3182 Twine::utohexstr(OpcodeStart - Opcodes.begin())); in moveNext()
3198 Twine::utohexstr(OpcodeStart - Opcodes.begin())); in moveNext()
3207 Twine::utohexstr(OpcodeStart - Opcodes.begin())); in moveNext()
3222 Twine::utohexstr(OpcodeStart - Opcodes.begin())); in moveNext()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp88 const SmallVectorImpl<uint8_t> &Opcodes) override;
262 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw() argument
264 for (SmallVectorImpl<uint8_t>::const_iterator OCI = Opcodes.begin(), in emitUnwindRaw()
265 OCE = Opcodes.end(); in emitUnwindRaw()
400 const SmallVectorImpl<uint8_t> &Opcodes) override;
468 void emitUnwindRaw(int64_t Offset, const SmallVectorImpl<uint8_t> &Opcodes);
710 SmallVector<uint8_t, 64> Opcodes; member in __anon65e2e86b0111::ARMELFStreamer
755 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw() argument
756 getStreamer().emitUnwindRaw(Offset, Opcodes); in emitUnwindRaw()
1254 Opcodes.clear(); in EHReset()
[all …]
DARMUnwindOpAsm.h62 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw() argument
63 Ops.insert(Ops.end(), Opcodes.begin(), Opcodes.end()); in EmitRaw()
64 OpBegins.push_back(OpBegins.back() + Opcodes.size()); in EmitRaw()
DARMTargetStreamer.cpp101 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw() argument
/third_party/elfutils/tests/
Drun-readelf-multi-noline.sh51 Opcodes:
87 Opcodes:
123 Opcodes:
Drun-readelf-line.sh43 Opcodes:
100 Opcodes:
152 Opcodes:
301 Opcodes:
575 Opcodes:
734 Opcodes:
868 Opcodes:
1030 Opcodes:
Drun-nvidia-extended-linemap-readelf.sh44 Opcodes:
Drun-readelf-zdebug.sh376 Opcodes:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp435 std::initializer_list<unsigned> Opcodes) { in getActionDefinitionsBuilder() argument
436 unsigned Representative = *Opcodes.begin(); in getActionDefinitionsBuilder()
438 assert(!llvm::empty(Opcodes) && Opcodes.begin() + 1 != Opcodes.end() && in getActionDefinitionsBuilder()
441 for (auto I = Opcodes.begin() + 1, E = Opcodes.end(); I != E; ++I) in getActionDefinitionsBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td160 // Check that the instruction opcode is one of the opcodes in set `Opcodes`.
164 class CheckOpcode<list<Instruction> Opcodes> : MCInstPredicate {
165 list<Instruction> ValidOpcodes = Opcodes;
169 // `Opcodes`. This check is always expanded to "false" if we are generating
171 class CheckPseudo<list<Instruction> Opcodes> : CheckOpcode<Opcodes>;
210 list<Instruction> Opcodes = opcodes;
278 list<Instruction> Opcodes = opcodes;
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
Dstateful-lambdas.patch6 checkArgument(BitFlags.noneSet(access, Opcodes.ACC_INTERFACE), "Not a class: %s", name);
20 access &= ~Opcodes.ACC_PRIVATE; // make constructor accessible if we'll call it directly
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h192 ArrayRef<uint8_t> Opcodes; variable
216 ArrayRef<uint8_t> Opcodes, bool is64Bit, MachOBindEntry::Kind);
244 ArrayRef<uint8_t> Opcodes; variable
394 ArrayRef<uint8_t> Opcodes,
409 ArrayRef<uint8_t> Opcodes,
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/schema/
Dschema.go.tmpl104 // Opcodes is a map of opcode name to Opcode description.
105 Opcodes = OpcodeMap {•{{range $i := .SPIRV.Instructions}}
/third_party/spirv-tools/utils/vscode/src/schema/
Dschema.go.tmpl104 // Opcodes is a map of opcode name to Opcode description.
105 Opcodes = OpcodeMap {•{{range $i := .SPIRV.Instructions}}
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/schema/
Dschema.go.tmpl104 // Opcodes is a map of opcode name to Opcode description.
105 Opcodes = OpcodeMap {•{{range $i := .SPIRV.Instructions}}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp246 std::pair<unsigned, unsigned> Opcodes = getMFHiLoOpc(Src); in expandCopy() local
248 if (!Opcodes.first) in expandCopy()
251 return expandCopyACC(MBB, I, Opcodes.first, Opcodes.second); in expandCopy()
/third_party/openGLES/xml/
Dglxproto.reserved.txt14 GLX Opcodes (8 bits)
88 OpenGL Single Opcodes (8 Bits)
110 OpenGL Rendering Opcodes (16 Bits)
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt14 GLX Opcodes (8 bits)
88 OpenGL Single Opcodes (8 Bits)
110 OpenGL Rendering Opcodes (16 Bits)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp163 IO.mapRequired("Opcodes", LineTable.Opcodes); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h140 std::vector<LineTableOpcode> Opcodes; member
/third_party/elfutils/
DTODO57 *** Opcodes

12