Home
last modified time | relevance | path

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

12

/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/qemu/tcg/i386/
Dtcg-target.c373 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc()
413 static void tcg_out_opc(TCGContext *s, int opc) in tcg_out_opc()
426 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc) argument
429 static void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) in tcg_out_modrm()
440 static void tcg_out_modrm_sib_offset(TCGContext *s, int opc, int r, int rm, in tcg_out_modrm_sib_offset()
523 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, in tcg_out_modrm_offset()
543 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_mov() local
607 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_ld() local
614 int opc = OPC_MOVL_EvGv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_st() local
621 int opc = OPC_MOVL_EvIz + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_sti() local
[all …]
/external/qemu/tcg/
Dtcg-op.h28 static inline void tcg_gen_op0(TCGOpcode opc) in tcg_gen_op0()
33 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) in tcg_gen_op1_i32()
39 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1) in tcg_gen_op1_i64()
45 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i()
51 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_op2_i32()
58 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_op2_i64()
65 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32()
72 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) in tcg_gen_op2i_i64()
79 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii()
86 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op3_i32()
[all …]
Dtcg-be-ldst.h28 TCGMemOp opc:4; member
Dtcg.c2089 const TCGOpDef *def, TCGOpcode opc, in tcg_reg_alloc_op()
2257 TCGOpcode opc, const TCGArg *args, in tcg_reg_alloc_call()
2458 TCGOpcode opc; in tcg_gen_code_common() local
/external/qemu/target-mips/
Dtranslate.c987 static void gen_ldst (DisasContext *ctx, uint32_t opc, int rt, in gen_ldst()
1144 static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt, in gen_st_cond()
1185 static void gen_flt_ldst (DisasContext *ctx, uint32_t opc, int ft, in gen_flt_ldst()
1257 static void gen_arith_imm (CPUMIPSState *env, DisasContext *ctx, uint32_t opc, in gen_arith_imm()
1344 static void gen_logic_imm (CPUMIPSState *env, uint32_t opc, int rt, int rs, int16_t imm) in gen_logic_imm()
1386 static void gen_slt_imm (CPUMIPSState *env, uint32_t opc, int rt, int rs, int16_t imm) in gen_slt_imm()
1414 static void gen_shift_imm(CPUMIPSState *env, DisasContext *ctx, uint32_t opc, in gen_shift_imm()
1553 static void gen_arith (CPUMIPSState *env, DisasContext *ctx, uint32_t opc, in gen_arith()
1734 static void gen_cond_move (CPUMIPSState *env, uint32_t opc, int rd, int rs, int rt) in gen_cond_move()
1771 static void gen_logic (CPUMIPSState *env, uint32_t opc, int rd, int rs, int rt) in gen_logic()
[all …]
/external/chromium_org/third_party/mesa/src/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/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/libunwind/include/tdep-ia64/
Dscript.h36 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
/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/pcre/dist/sljit/
DsljitNativeTILEGX_64.c526 void insert_nop(tilegx_mnemonic opc, int line) in insert_nop()
568 tilegx_mnemonic opc = inst_buf[0].opcode->can_bundle in assign_pipes() local
745 static sljit_si push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_4_buffer()
765 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/IR/
DConstantsContext.h247 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DConstantFold.cpp76 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair()
510 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp407 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
420 unsigned opc = 0; in adjustFixupValue() local
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp602 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
/external/valgrind/main/VEX/priv/
Dhost_mips_defs.c2450 static UChar *mkFormI(UChar * p, UInt opc, UInt rs, UInt rt, UInt imm) in mkFormI()
2468 static UChar *mkFormR(UChar * p, UInt opc, UInt rs, UInt rt, UInt rd, UInt sa, in mkFormR()
3516 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local
3543 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local
3573 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
3600 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
Dguest_amd64_toIR.c7039 UChar opc, in dis_MMXop_regmem_to_reg()
7324 UChar opc = getUChar(delta); in dis_MMX() local
9871 static Bool can_be_used_with_LOCK_prefix ( UChar* opc ) in can_be_used_with_LOCK_prefix()
9949 Long delta, Bool isAvx, UChar opc ) in dis_COMISD()
9992 Long delta, Bool isAvx, UChar opc ) in dis_COMISS()
10218 Long delta, Bool isAvx, UChar opc, Int sz ) in dis_CVTxSD2SI()
10266 Long delta, Bool isAvx, UChar opc, Int sz ) in dis_CVTxSS2SI()
11750 UChar opc = getUChar(delta); in dis_ESC_0F__SSE2() local
14816 UChar opc = getUChar(delta); in dis_ESC_0F__SSE3() local
15096 Bool isAvx, UChar opc ) in dis_PHADD_128()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp436 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); in evalBinOpNN() local
/external/chromium_org/third_party/freetype/src/truetype/
Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member
/external/freetype/src/truetype/
Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.c86 u8 opc[16]; member
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp273 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, in ShouldOptimizeCast()
300 if (Instruction::CastOps opc = in commonCastTransforms() local
/external/llvm/lib/TableGen/
DRecord.cpp740 UnOpInit *UnOpInit::get(UnaryOp opc, Init *lhs, RecTy *Type) { in get()
874 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs, in get()
1002 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, in get()

12