HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 401 - 425 of 498) sorted by null

<<11121314151617181920

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pal.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 508 unsigned Opcode = Instruction::UserOp1;
514 Opcode = I->getOpcode();
518 Opcode = C->getOpcode();
528 switch (Opcode) {
856 unsigned Opcode = Instruction::UserOp1;
860 Opcode = I->getOpcode();
864 Opcode = C->getOpcode();
868 switch (Opcode) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 56 uint16_t MLxOpc; // MLA / MLS opcode
57 uint16_t MulOpc; // Expanded multiplication opcode
58 uint16_t AddSubOpc; // Expanded add / sub opcode
    [all...]
ARMFastISel.cpp 720 unsigned Opcode = Instruction::UserOp1;
726 Opcode = I->getOpcode();
730 Opcode = C->getOpcode();
740 switch (Opcode) {
    [all...]
ARMISelDAGToDAG.cpp 201 /// 1, 2, 3 or 4. The opcode arrays specify the instructions used for
209 /// be 1, 2, 3 or 4. The opcode arrays specify the instructions used for
217 /// be 2, 3 or 4. The opcode arrays specify the instructions used for
224 /// should be 2, 3 or 4. The opcode array specifies the instructions used
306 // opcode and that it has a immediate integer right operand.
441 unsigned Opcode = MCID.getOpcode();
442 if (Opcode == ARM::VMOVRS || Opcode == ARM::VMOVRRD)
457 return TII->isFpMLxInstruction(Opcode);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 111 /// rotate and mask opcode and mask operation.
183 /// Reg in an asm, because the load or store opcode would have to change.
449 // opcode and that it has a immediate integer right operand.
479 unsigned Opcode = N->getOpcode();
484 if (Opcode == ISD::SHL) {
489 } else if (Opcode == ISD::SRL) {
496 } else if (Opcode == ISD::ROTL) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 356 // Get opcode and regclass of the output for the given load instruction.
509 // Get opcode and regclass of the output for the given store instruction.
693 /// type SrcVT to type DstVT using the specified extension opcode Opc (e.g.
819 unsigned Opcode = Instruction::UserOp1;
826 Opcode = I->getOpcode();
830 Opcode = C->getOpcode();
840 switch (Opcode) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 133 Instruction::BinaryOps Opcode = I.getOpcode();
134 if (Opcode != Instruction::Add && Opcode != Instruction::Sub)
142 if (Opcode == Instruction::Add)
186 Instruction::BinaryOps Opcode = I.getOpcode();
202 if (Op0 && Op0->getOpcode() == Opcode) {
208 if (Value *V = SimplifyBinOp(Opcode, B, C, DL)) {
231 if (Op1 && Op1->getOpcode() == Opcode) {
237 if (Value *V = SimplifyBinOp(Opcode, A, B, DL)) {
253 if (Op0 && Op0->getOpcode() == Opcode) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 457 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB;
458 SDValue Res = DAG.getNode(Opcode, dl, NVT, LHS, RHS);
620 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
621 SDValue Res = DAG.getNode(Opcode, dl, NVT, LHS, RHS);
    [all...]
LegalizeVectorTypes.cpp     [all...]
ScheduleDAGRRList.cpp 282 /// opcode to determine what register class is being generated.
294 unsigned Opcode = Node->getMachineOpcode();
296 if (Opcode == TargetOpcode::REG_SEQUENCE) {
305 const MCInstrDesc Desc = TII->get(Opcode);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 50 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
51 switch (Opcode) {
700 // Get fp branch code (not opcode) from condition code.
724 // true/false values to select between, and a branch opcode to use.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 211 void emitTwoAddress(const Cfg *Func, const char *Opcode,
541 static void emitVariableBlendInst(const char *Opcode, const Inst *Instr,
574 Str << "\t" << Opcode << "\t";
588 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
602 static const char *Opcode;
623 Str << "\t" << Opcode << this->getWidthString(SrcTy);
654 Str << " = " << Opcode << "." << this->getSrc(0)->getType() << " ";
685 static const char *Opcode;
703 Str << "\t" << Opcode << "\t";
718 Str << " = " << Opcode << "." << this->getDest()->getType() << " "
    [all...]
PNaClTranslator.cpp     [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 72 UINT16 Opcode;
165 UINT16 Opcode;
445 #define EXCEPT_EBC_INVALID_OPCODE 5 // opcode out of range
  /external/v8/src/arm/
constants-arm.h 140 enum Opcode {
579 return static_cast<Opcode>(Bits(24, 21));
581 inline Opcode OpcodeField() const {
582 return static_cast<Opcode>(BitField(24, 21));
  /external/v8/src/crankshaft/arm/
lithium-arm.h 148 Opcode opcode() const final { return LInstruction::k##type; } \
179 enum Opcode {
187 virtual Opcode opcode() const = 0;
191 bool Is##type() const { return opcode() == k##type; }
196 // an opcode.
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 160 Opcode opcode() const final { return LInstruction::k##type; } \
190 enum Opcode {
198 virtual Opcode opcode() const = 0;
202 bool Is##type() const { return opcode() == k##type; }
207 // an opcode.
698 Opcode opcode() const override { return LInstruction::kArithmeticD; }
724 Opcode opcode() const override { return LInstruction::kArithmeticT;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 151 Opcode opcode() const final { return LInstruction::k##type; } \
182 enum Opcode {
190 virtual Opcode opcode() const = 0;
194 bool Is##type() const { return opcode() == k##type; }
199 // an opcode.
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 146 Opcode opcode() const final { return LInstruction::k##type; } \
177 enum Opcode {
185 virtual Opcode opcode() const = 0;
189 bool Is##type() const { return opcode() == k##type; }
194 // an opcode.
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 149 Opcode opcode() const final { return LInstruction::k##type; } \
180 enum Opcode {
188 virtual Opcode opcode() const = 0;
192 bool Is##type() const { return opcode() == k##type; }
197 // an opcode.
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 150 Opcode opcode() const final { return LInstruction::k##type; } \
178 enum Opcode {
185 virtual Opcode opcode() const = 0;
189 bool Is##type() const { return opcode() == k##type; }
194 // an opcode.
    [all...]

Completed in 1433 milliseconds

<<11121314151617181920