Searched refs:opc (Results 26 - 50 of 75) sorted by relevance

123

/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c2450 static UChar *mkFormI(UChar * p, UInt opc, UInt rs, UInt rt, UInt imm) argument
2453 vassert(opc < 0x40);
2457 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (imm));
2468 static UChar *mkFormR(UChar * p, UInt opc, UInt rs, UInt rt, UInt rd, UInt sa, argument
2474 vassert(opc < 0x40);
2480 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (rd << 11) | (sa << 6) |
3516 UInt opc, sz = i->Min.Load.sz; local
3523 opc = 32;
3526 opc = 33;
3529 opc
3543 UInt opc, sz = i->Min.Load.sz; local
3573 UInt opc, sz = i->Min.Store.sz; local
3600 UInt opc, sz = i->Min.Store.sz; local
[all...]
H A Dhost_x86_defs.c2111 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; local
2181 opc = opc_rr = subopc_imm = opc_imma = 0;
2183 case Xalu_ADC: opc = 0x13; opc_rr = 0x11;
2185 case Xalu_ADD: opc = 0x03; opc_rr = 0x01;
2187 case Xalu_SUB: opc = 0x2B; opc_rr = 0x29;
2189 case Xalu_SBB: opc = 0x1B; opc_rr = 0x19;
2191 case Xalu_AND: opc = 0x23; opc_rr = 0x21;
2193 case Xalu_XOR: opc = 0x33; opc_rr = 0x31;
2195 case Xalu_OR: opc = 0x0B; opc_rr = 0x09;
2197 case Xalu_CMP: opc
[all...]
H A Dhost_amd64_defs.c2274 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; local
2391 opc = opc_rr = subopc_imm = opc_imma = 0;
2393 case Aalu_ADC: opc = 0x13; opc_rr = 0x11;
2395 case Aalu_ADD: opc = 0x03; opc_rr = 0x01;
2397 case Aalu_SUB: opc = 0x2B; opc_rr = 0x29;
2399 case Aalu_SBB: opc = 0x1B; opc_rr = 0x19;
2401 case Aalu_AND: opc = 0x23; opc_rr = 0x21;
2403 case Aalu_XOR: opc = 0x33; opc_rr = 0x31;
2405 case Aalu_OR: opc = 0x0B; opc_rr = 0x09;
2407 case Aalu_CMP: opc
[all...]
H A Dhost_arm_defs.c3853 UInt opc, opc1, opc2; local
3891 opc = X1000 | i->ARMin.NUnaryS.dst->index;
3896 opc = X0001 | (i->ARMin.NUnaryS.dst->index << 1);
3901 opc = X0000 | (i->ARMin.NUnaryS.dst->index << 2);
3906 opc1 = (opc >> 2) & 3;
3907 opc2 = opc & 3;
3931 opc = X1000 | i->ARMin.NUnaryS.src->index;
3940 opc = X0001 | (i->ARMin.NUnaryS.src->index << 1);
3947 opc1 = (opc >> 2) & 3;
3948 opc2 = opc
[all...]
/external/llvm/lib/IR/
H A DConstantFold.cpp76 unsigned opc, ///< opcode of the second cast constant expression
82 assert(CastInst::isCast(opc) && "Invalid cast opcode");
88 Instruction::CastOps secondOp = Instruction::CastOps(opc);
510 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, argument
516 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
517 opc == Instruction::UIToFP || opc == Instruction::SIToFP)
530 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
535 opc !
75 foldConstantCastPair( unsigned opc, ConstantExpr *Op, Type *DstTy ) argument
[all...]
H A DConstantsContext.h247 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, argument
249 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
320 ExprMapKeyType(unsigned opc, argument
325 : opcode(opc), subclassoptionaldata(optionalflags), subclassdata(flags),
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp436 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); local
437 switch (opc) {
473 opc = BinaryOperator::negateComparisonOp(opc);
474 return makeNonLoc(symIntExpr->getLHS(), opc,
/external/qemu/tcg/
H A Dtcg.c100 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
112 #include "tcg-opc.h"
2089 const TCGOpDef *def, TCGOpcode opc,
2232 tcg_out_op(s, opc, new_args, const_args);
2257 TCGOpcode opc, const TCGArg *args,
2406 tcg_out_op(s, opc, &func_arg, &const_func_arg);
2458 TCGOpcode opc; local
2510 opc = s->gen_opc_buf[op_index];
2512 tcg_table_op_count[opc]++;
2514 def = &tcg_op_defs[opc];
2088 tcg_reg_alloc_op(TCGContext *s, const TCGOpDef *def, TCGOpcode opc, const TCGArg *args, uint16_t dead_args, uint8_t sync_args) argument
2256 tcg_reg_alloc_call(TCGContext *s, const TCGOpDef *def, TCGOpcode opc, const TCGArg *args, uint16_t dead_args, uint8_t sync_args) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h183 int GetDotOldOp(const int opc) const;
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c526 void insert_nop(tilegx_mnemonic opc, int line) argument
532 opcode = &tilegx_opcodes[opc];
568 tilegx_mnemonic opc = inst_buf[0].opcode->can_bundle local
570 insert_nop(opc, __LINE__);
745 static sljit_si push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line) argument
750 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];
765 static sljit_si push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) argument
770 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];
778 switch (opc) {
816 printf("unrecoginzed opc
825 push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int line) argument
870 push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line) argument
886 push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int line) argument
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h890 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) argument
891 : OpInit(IK_UnOpInit, Type), Opc(opc), LHS(lhs) {}
900 static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type);
937 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : argument
938 OpInit(IK_BinOpInit, Type), Opc(opc), LHS(lhs), RHS(rhs) {}
947 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
990 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, argument
992 OpInit(IK_TernOpInit, Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
1001 static TernOpInit *get(TernaryOp opc, Init *lhs,
/external/llvm/lib/TableGen/
H A DRecord.cpp740 UnOpInit *UnOpInit::get(UnaryOp opc, Init *lhs, RecTy *Type) { argument
744 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type));
747 if (!I) I = new UnOpInit(opc, lhs, Type);
874 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs, argument
883 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs),
887 if (!I) I = new BinOpInit(opc, lhs, rhs, Type);
1002 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, argument
1016 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc,
1023 if (!I) I = new TernOpInit(opc, lhs, mhs, rhs, Type);
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py81 opc = {}
88 opc[item[1]] = item[0]
90 opc[item[1]] = (item[0],)
91 return oper, opc
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py81 opc = {}
88 opc[item[1]] = item[0]
90 opc[item[1]] = (item[0],)
91 return oper, opc
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h415 bool isHighLatencyDef(int opc) const override;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp894 unsigned opc = ISD::ZERO_EXTEND; local
896 opc = ISD::SIGN_EXTEND;
897 OutV = DAG.getNode(opc, dl, MVT::i16, OutV);
2331 Info.opc = ISD::INTRINSIC_W_CHAIN;
2343 Info.opc = ISD::INTRINSIC_W_CHAIN;
2357 Info.opc = ISD::INTRINSIC_W_CHAIN;
2386 Info.opc = ISD::INTRINSIC_W_CHAIN;
2432 Info.opc = getOpcForTextureInstr(Intrinsic);
2462 Info.opc = getOpcForTextureInstr(Intrinsic);
2487 Info.opc
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_aka.c267 u8 opc[16], k[16], sqn[6]; local
284 if (hexstr2bin(pos, opc, 16))
294 return milenage_check(opc, k, sqn, data->rand, data->autn,
H A Deap_sim.c269 u8 opc[16], k[16]; local
287 if (hexstr2bin(pos, opc, 16))
291 if (gsm_milenage(opc, k, data->rand[i],
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_aka.c267 u8 opc[16], k[16], sqn[6]; local
284 if (hexstr2bin(pos, opc, 16))
294 return milenage_check(opc, k, sqn, data->rand, data->autn,
H A Deap_sim.c269 u8 opc[16], k[16]; local
287 if (hexstr2bin(pos, opc, 16))
291 if (gsm_milenage(opc, k, data->rand[i],
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_aka.c267 u8 opc[16], k[16], sqn[6]; local
284 if (hexstr2bin(pos, opc, 16))
294 return milenage_check(opc, k, sqn, data->rand, data->autn,
H A Deap_sim.c269 u8 opc[16], k[16]; local
287 if (hexstr2bin(pos, opc, 16))
291 if (gsm_milenage(opc, k, data->rand[i],
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h882 virtual bool isHighLatencyDef(int opc) const { return false; }
/external/clang/include/clang/AST/
H A DExpr.h1668 UnaryOperator(Expr *input, Opcode opc, QualType type, argument
1676 Opc(opc), Loc(l), Val(input) {}
2930 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
2940 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) {
3079 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
3089 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) {
3108 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, argument
3112 : BinaryOperator(lhs, rhs, opc, ResType, VK, OK, OpLoc, fpContractable,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp273 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, argument
281 if (isEliminableCastPair(CI, opc, Ty, DL))
286 if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->isVectorTy())
300 if (Instruction::CastOps opc =
304 return CastInst::Create(opc, CSrc->getOperand(0), CI.getType());

Completed in 1031 milliseconds

123