Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 25 of 51) sorted by relevance

123

/external/wpa_supplicant_8/src/crypto/
Dmilenage.c36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1()
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345()
173 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, in milenage_generate()
208 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, in milenage_auts()
235 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) in gsm_milenage()
270 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, in milenage_check()
/external/valgrind/VEX/priv/
Dtilegx_disasm.c7593 const struct tilegx_opcode *opc; in parse_insn_tilegx() local
7631 tilegx_bundle_bits mkTileGxInsn ( Int opc, Int argc, ... ) in mkTileGxInsn()
7660 const struct tilegx_opcode *opc = in encode_insn_tilegx() local
Dguest_tilegx_helpers.c210 ULong tilegx_dirtyhelper_gen ( ULong opc, in tilegx_dirtyhelper_gen()
1092 ULong tilegx_dirtyhelper_gen ( ULong opc, in tilegx_dirtyhelper_gen()
Dhost_mips_defs.c2116 static UChar *mkFormI(UChar * p, UInt opc, UInt rs, UInt rt, UInt imm) in mkFormI()
2134 static UChar *mkFormR(UChar * p, UInt opc, UInt rs, UInt rt, UInt rd, UInt sa, in mkFormR()
3179 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local
3206 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local
3236 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
3263 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
Dguest_amd64_toIR.c7066 UChar opc, in dis_MMXop_regmem_to_reg()
7351 UChar opc = getUChar(delta); in dis_MMX() local
9973 static Bool can_be_used_with_LOCK_prefix ( const UChar* opc ) in can_be_used_with_LOCK_prefix()
10051 Long delta, Bool isAvx, UChar opc ) in dis_COMISD()
10094 Long delta, Bool isAvx, UChar opc ) in dis_COMISS()
10320 Long delta, Bool isAvx, UChar opc, Int sz ) in dis_CVTxSD2SI()
10368 Long delta, Bool isAvx, UChar opc, Int sz ) in dis_CVTxSS2SI()
12342 UChar opc = getUChar(delta); in dis_ESC_0F__SSE2() local
15282 UChar opc = getUChar(delta); in dis_ESC_0F__SSE3() local
15562 Bool isAvx, UChar opc ) in dis_PHADD_128()
[all …]
Dhost_tilegx_defs.c2403 UInt opc, sz = i->GXin.Load.sz; in emit_TILEGXInstr() local
2437 UInt opc, sz = i->GXin.Store.sz; in emit_TILEGXInstr() local
/external/valgrind/none/tests/tilegx/
Dgen_insn_test.c179 const struct tilegx_opcode *opc = in encode_insn_tilegx_X() local
417 const struct tilegx_opcode *opc = in encode_insn_tilegx_Y() local
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp294 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) in emitForm_A()
334 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) in emitForm_B()
363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S()
1397 uint32_t opc; in emitSTORE() local
1424 uint32_t opc; in emitLOAD() local
1498 uint64_t opc; in emitMOV() local
/external/autotest/client/cros/cellular/
Dprologix_scpi_driver_test_noautorun.py184 def _get_idns_and_verify(self, instruments, opc=False): argument
/external/libunwind/src/ia64/
DGscript.c267 enum ia64_script_insn_opcode opc; in compile_reg() local
521 unsigned long opc, dst; in run_script() local
/external/libunwind/include/tdep-ia64/
Dscript.h36 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
/external/pcre/dist/sljit/
DsljitNativeTILEGX_64.c524 void insert_nop(tilegx_mnemonic opc, int line) in insert_nop()
566 tilegx_mnemonic opc = inst_buf[0].opcode->can_bundle in assign_pipes() local
744 static sljit_si push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_4_buffer()
764 static sljit_si push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_3_buffer()
825 static sljit_si push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_2_buffer()
870 static sljit_si push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line) in push_0_buffer()
886 static sljit_si push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int l… in push_jr_buffer()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp414 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
429 unsigned opc = 0; in adjustFixupValue() local
/external/llvm/lib/IR/
DConstantsContext.h273 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstruction.cpp566 #define HANDLE_INST(num, opc, clas) \ in clone() argument
DConstantFold.cpp78 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair()
524 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp635 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
DHexagonISelDAGToDAG.cpp860 unsigned opc; in SelectIntrinsicWChain() local
954 unsigned opc; in SelectIntrinsicWChain() local
/external/llvm/include/llvm/TableGen/
DRecord.h686 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) in UnOpInit()
733 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : in BinOpInit()
785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp436 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); in evalBinOpNN() local
/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.h168 FT_UInt opc; /* function #, or instruction code */ member
/external/freetype/src/truetype/
Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member
/external/llvm/lib/TableGen/
DRecord.cpp606 UnOpInit *UnOpInit::get(UnaryOp opc, Init *lhs, RecTy *Type) { in get()
734 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs, in get()
867 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in get()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp267 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, in ShouldOptimizeCast()
294 if (Instruction::CastOps opc = in commonCastTransforms() local

123