Searched refs:Opcode (Results 276 - 300 of 572) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h32 virtual StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp337 unsigned Opcode = 0; local
340 Opcode = MSP430::MOV8rm_POST;
343 Opcode = MSP430::MOV16rm_POST;
349 return CurDAG->getMachineNode(Opcode, SDLoc(N),
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h96 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp308 unsigned Opcode = C->getOpcode(); local
309 switch (Opcode) {
351 if (Instruction::isBinaryOp(Opcode)) {
356 if (Instruction::isCast(Opcode)) {
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp169 unsigned Opcode = I->getOpcode(); local
170 if (Opcode != SP::BCOND && Opcode != SP::FBCOND)
171 return true; // Unknown Opcode.
197 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(Opcode))
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp147 OS.indent(indent) << "CheckOpcode " << Opcode.getEnumName() << '\n';
281 return HashString(Opcode.getEnumName());
311 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() ==
312 Opcode.getEnumName();
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c69 rc_get_opcode_info(inst->U.I.Opcode);
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h61 virtual bool isMov(unsigned Opcode) const;
/external/mesa3d/src/mesa/program/
H A Dprogram.c679 for (j = 0; j < _mesa_num_inst_src_regs(inst[i].Opcode); j++) {
706 for (j = 0; j < _mesa_num_inst_src_regs(inst[i].Opcode); j++) {
869 const GLuint n = _mesa_num_inst_src_regs(inst->Opcode);
1029 const GLuint n = _mesa_num_inst_src_regs(inst->Opcode);
1033 if (_mesa_is_tex_instruction(inst->Opcode)) {
1036 inst->Opcode = OPCODE_MOV;
1048 if (inst->Opcode == OPCODE_TXP) {
1050 inst->Opcode = OPCODE_MOV;
1061 inst->Opcode = OPCODE_TEX;
/external/v8/src/mips/
H A Dassembler-mips.h1141 void GenInstrRegister(Opcode opcode,
1148 void GenInstrRegister(Opcode opcode,
1155 void GenInstrRegister(Opcode opcode,
1162 void GenInstrRegister(Opcode opcode,
1169 void GenInstrRegister(Opcode opcode,
1176 void GenInstrImmediate(Opcode opcode,
1180 void GenInstrImmediate(Opcode opcode,
1184 void GenInstrImmediate(Opcode opcode,
1190 void GenInstrJump(Opcode opcode,
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp999 unsigned Opcode = MI->getOpcode(); local
1001 if (Opcode == ARM::BR_JTadd)
1003 else if (Opcode == ARM::BR_JTm)
1050 unsigned Opcode = MI->getOpcode(); local
1051 int OpNum = (Opcode == ARM::t2BR_JT) ? 2 : 1;
1515 unsigned Opcode; local
1519 case ARM::PICSTR: Opcode = ARM::STRrs; break;
1520 case ARM::PICSTRB: Opcode = ARM::STRBrs; break;
1521 case ARM::PICSTRH: Opcode = ARM::STRH; break;
1522 case ARM::PICLDR: Opcode
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c559 switch (inst->Instruction.Opcode) {
589 switch (inst->Instruction.Opcode) {
631 if (inst->Instruction.Opcode == TGSI_OPCODE_MUL) {
643 switch (inst->Instruction.Opcode) {
667 if (inst->Instruction.Opcode == TGSI_OPCODE_MUL)
687 switch (inst->Instruction.Opcode) {
723 switch (inst->Instruction.Opcode) {
785 if (inst->Instruction.Opcode == TGSI_OPCODE_DP4) {
790 else if (inst->Instruction.Opcode == TGSI_OPCODE_DPH) {
1093 switch (inst->Instruction.Opcode) {
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c559 switch (inst->Instruction.Opcode) {
589 switch (inst->Instruction.Opcode) {
631 if (inst->Instruction.Opcode == TGSI_OPCODE_MUL) {
643 switch (inst->Instruction.Opcode) {
667 if (inst->Instruction.Opcode == TGSI_OPCODE_MUL)
687 switch (inst->Instruction.Opcode) {
723 switch (inst->Instruction.Opcode) {
785 if (inst->Instruction.Opcode == TGSI_OPCODE_DP4) {
790 else if (inst->Instruction.Opcode == TGSI_OPCODE_DPH) {
1093 switch (inst->Instruction.Opcode) {
[all...]
/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
132 const Opcode& opcode = table.table_[current_byte];
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp152 Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance)
158 Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c176 rc_get_opcode_info(pair->Alpha.Opcode);
191 rc_get_opcode_info(pair->RGB.Opcode);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c682 num_dst = _mesa_num_inst_dst_regs( inst->Opcode );
683 num_src = _mesa_num_inst_src_regs( inst->Opcode );
694 switch( inst->Opcode ) {
706 translate_opcode( inst->Opcode ),
718 translate_opcode( inst->Opcode ),
729 translate_opcode( inst->Opcode ),
737 translate_opcode( inst->Opcode ),
761 translate_opcode( inst->Opcode ),
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
165 const Opcode& opcode = table.table_[current_byte];
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
165 const Opcode& opcode = table.table_[current_byte];
/external/chromium_org/tools/memory_watcher/
H A Dmini_disassembler.cc88 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
130 const Opcode& opcode = table.table_[current_byte];
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc111 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
153 const Opcode& opcode = table.table_[current_byte];
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp196 BinaryOperator::Opcode Op,
222 BinaryOperator::Opcode Op,
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java106 b.addOpcode(Opcode.GOTO);
113 case Opcode.RETURN :
161 case Opcode.RETURN :
182 b.addOpcode(Opcode.GOTO);
210 bc.addOpcode(Opcode.GOTO);
236 bc.addOpcode(Opcode.GOTO);
285 bc.addOpcode(Opcode.GOTO);
597 bytecode.addOpcode(Opcode.ACONST_NULL); // the last parameter
/external/javassist/src/main/javassist/expr/
H A DExpr.java35 import javassist.bytecode.Opcode;
44 public abstract class Expr implements Opcode {
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h138 unsigned short Opcode; // The opcode number member in class:llvm::MCInstrDesc
163 return Opcode;

Completed in 4802 milliseconds

<<11121314151617181920>>