Searched defs:opc (Results 1 - 25 of 33) sorted by path

12

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c783 uint_t opc; local
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c8349 validate_mips_insn(const struct mips_opcode *opc) argument
[all...]
H A Dtc-sparc.c1094 int low32, rd, opc; local
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddwarf2dbg.c727 out_opcode(int opc) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dmep-asm.c1040 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn); local
/freebsd-9.3-release/contrib/bmake/
H A Dparse.c1803 char *opc; /* ptr to operator character to local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c7906 unsigned opc; local
/freebsd-9.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h889 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) argument
935 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : argument
987 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h369 unsigned opc; // target opcode member in struct:llvm::TargetLoweringBase::IntrinsicInfo
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp510 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, argument
75 foldConstantCastPair( unsigned opc, ConstantExpr *Op, Type *DstTy ) argument
[all...]
H A DConstants.cpp1445 Instruction::CastOps opc = Instruction::CastOps(oc); local
1429 getFoldedCast( Instruction::CastOps opc, Constant *C, Type *Ty) argument
H A DConstantsContext.h244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, argument
317 ExprMapKeyType(unsigned opc, argument
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp740 UnOpInit *UnOpInit::get(UnaryOp opc, Init *lhs, RecTy *Type) { argument
880 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs, argument
995 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, argument
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2117 ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub; local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3854 unsigned opc = fieldFromInstruction(Insn, 4, 28); local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp328 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 local
341 unsigned opc = 0; local
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp603 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, local
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp770 unsigned opc = ISD::ZERO_EXTEND; local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp270 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1649 UnaryOperator(Expr *input, Opcode opc, QualType type, argument
2906 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
3055 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
3084 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp436 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); local
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c72 u8 opc[16]; member in struct:milenage_parameters
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dmilenage.c42 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
94 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
179 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) argument
214 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) argument
241 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) argument
276 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_aka.c158 u8 opc[16], k[16], sqn[6]; local

Completed in 610 milliseconds

12