HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 1776 - 1800 of 2817) sorted by null

<<71727374757677787980>>

  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 155 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 378 void visit(unsigned Opcode, const User &I);
470 void visitBinary(const User &I, unsigned OpCode);
471 void visitShift(const User &I, unsigned Opcode);
526 bool visitUnaryFloatCall(const CallInst &I, unsigned Opcode);
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 35 static const char *getInstructionName(unsigned Opcode);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 216 // We just need to update to the proper opcode.
335 // Encode the immediate and shift the opcode into place.
407 // opcode. x = unchanged, I = immediate value bit, S = sign extension bit,
438 // opcode. x = unchanged, I = immediate value bit, S = sign extension bit,
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 102 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 96 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
MipsInstrInfo.h 116 /// as MI but has a new opcode.
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 88 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 70 virtual const char* getTargetNodeName(unsigned Opcode) const;
SIInstrInfo.td 427 // Maps an opcode in e32 form to its e64 equivalent
436 // Maps an original opcode to its commuted version
445 // Maps an commuted opcode to its original version
454 // Test if the supplied opcode is an MIMG instruction
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 67 virtual const char *getTargetNodeName(unsigned Opcode) const;
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 66 /// opcode and two operands into either a constant true or false, or the
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 285 // For each case we emit the size, then the opcode, then the matcher.
291 IdxSize = 2; // size of opcode in table is 2 bytes.
297 // We need to encode the opcode and the offset of the case code before
740 OS << " // Opcode Histogram:\n";
FixedLenDecoderEmitter.cpp 218 /// version and return the Opcode since the two have the same Asm format string.
239 // Keeps track of the last opcode in the filtered bucket.
374 void insnWithID(insn_t &Insn, unsigned Opcode) const {
375 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
383 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail");
394 const std::string &nameWithID(unsigned Opcode) const {
395 return AllInstructions[Opcode]->TheDef->getName();
430 // decoded bits in order to verify that the instruction matches the Opcode.
744 PrintFatalError("invalid decode table opcode");
813 // Extract the ULEB128 encoded Opcode to a buffer
    [all...]
InstrInfoEmitter.cpp 236 /// - A function called getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIdx)
272 OS << "int16_t getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIdx) {\n";
290 OS << " switch(Opcode) {\n";
530 // We must emit the PHI opcode first...
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.h 46 * The BRA/CAL instructions seem to follow a slightly different opcode
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode);
radeon_pair_regalloc.c 358 if (is_derivative(variable->Inst->U.P.RGB.Opcode)
359 || is_derivative(variable->Inst->U.P.Alpha.Opcode)) {
371 if (is_derivative(r->Inst->U.P.RGB.Opcode)
372 || is_derivative(r->Inst->U.P.Alpha.Opcode)) {
radeon_program.c 175 inst->U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.h 59 virtual const char* getTargetNodeName(unsigned Opcode) const;
  /external/mesa3d/src/glx/
glxclient.h 370 * Major opcode for the extension. Copied here so a lookup isn't
734 extern void __glXClientInfo(Display * dpy, int opcode);
757 extern char *__glXQueryServerString(Display * dpy, int opcode,
759 extern char *__glXGetString(Display * dpy, int opcode,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 95 switch (inst->opcode) {
brw_fs_copy_propagation.cpp 112 if (inst->opcode == BRW_OPCODE_MOV &&
  /external/mesa3d/src/mesa/vbo/
vbo_save.h 62 * compiled using the fallback opcode mechanism provided by dlist.c.
  /external/proguard/src/proguard/classfile/editor/
VariableRemapper.java 135 new VariableInstruction(variableInstruction.opcode,

Completed in 524 milliseconds

<<71727374757677787980>>