Home
last modified time | relevance | path

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

1234

/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/mesa3d/src/gallium/drivers/r600/
Dr600_isa.c560 unsigned opc; in r600_isa_init() local
573 unsigned opc = op->opcode[isa->hw_class]; in r600_isa_init() local
581 unsigned opc = op->opcode[isa->hw_class]; in r600_isa_init() local
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.cpp33 unsigned opc = I->getOpcode(); in isUncondBranch() local
42 unsigned opc = I->getOpcode(); in isCondBranch() local
145 unsigned opc; in storeRegToStackSlot() local
180 unsigned opc; in loadRegFromStackSlot() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c38 uint32_t opc : 6; member
459 #define OPC(opc) [INST_OPCODE_##opc] = {#opc, print_opc_default} argument
460 #define OPC_MOV(opc) [INST_OPCODE_##opc] = {#opc, print_opc_mov} argument
461 #define OPC_TEX(opc) [INST_OPCODE_##opc] = {#opc, print_opc_tex} argument
462 #define OPC_IMM(opc) [INST_OPCODE_##opc] = {#opc, print_opc_imm} argument
522 const unsigned opc = instr->opc | (instr->opcode_bit6 << 6); in print_instr() local
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c737 struct tgsi_full_instruction *inst, unsigned opc) in translate_tex()
833 struct tgsi_full_instruction *inst, unsigned opc) in translate_sge_slt()
878 unsigned opc) in translate_lrp()
918 unsigned opc) in translate_trig()
982 unsigned opc = inst->Instruction.Opcode; in translate_instruction() local
Ddisasm-a2xx.c129 #define INSTR(opc, num_srcs) [opc] = { num_srcs, #opc } argument
439 #define INSTR(opc, name, fxn) [opc] = { name, fxn } argument
555 #define INSTR(opc, fxn) [opc] = { #opc, fxn } argument
Dinstr-a2xx.h212 instr_cf_opc_t opc : 4; member
221 instr_cf_opc_t opc : 4; member
234 instr_cf_opc_t opc : 4; member
243 instr_cf_opc_t opc : 4; member
253 instr_cf_opc_t opc : 4; member
312 instr_fetch_opc_t opc : 5; member
346 instr_fetch_opc_t opc : 5; member
381 instr_fetch_opc_t opc : 5; member
Dir-a2xx.h73 instr_fetch_opc_t opc; member
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c655 uint16_t opc; member
659 #define OPC(cat, opc, name) [(opc)] = { (cat), (opc), #name, print_instr_cat##cat } argument
832 uint32_t opc = instr_opc(instr); in print_instr() local
Dinstr-a3xx.h35 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) argument
212 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) argument
213 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) argument
312 uint32_t opc : 4; member
418 uint32_t opc : 6; member
478 uint32_t opc : 4; member
535 uint32_t opc : 6; member
584 uint32_t opc : 5; member
666 uint32_t opc : 5; member
710 static inline bool is_mad(opc_t opc) in is_mad()
[all …]
Dir3.c663 opc_t opc, int nreg) in ir3_instr_create2()
672 struct ir3_instruction * ir3_instr_create(struct ir3_block *block, opc_t opc) in ir3_instr_create()
Dir3.h133 opc_t opc; member
726 static inline bool ir3_cat2_int(opc_t opc) in ir3_cat2_int()
768 static inline unsigned ir3_cat2_absneg(opc_t opc) in ir3_cat2_absneg()
828 static inline unsigned ir3_cat3_absneg(opc_t opc) in ir3_cat3_absneg()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_nvc0.cpp377 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) in emitForm_A()
422 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) in emitForm_B()
451 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S()
1839 uint32_t opc; in emitSTORE() local
1886 uint32_t opc; in emitLOAD() local
2015 uint64_t opc; in emitMOV() local
2223 uint64_t opc; in emitSUCalc() local
2478 uint64_t opc = 0x4; in emitVSHL() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp241 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
254 unsigned opc = 0; in adjustFixupValue() 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/dist2/src/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_s32 push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int o… in push_4_buffer()
764 static sljit_s32 push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int o… in push_3_buffer()
825 static sljit_s32 push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int o… in push_2_buffer()
870 static sljit_s32 push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line) in push_0_buffer()
886 static sljit_s32 push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int … in push_jr_buffer()
/external/valgrind/VEX/priv/
Dhost_mips_defs.c2113 static UChar *mkFormI(UChar * p, UInt opc, UInt rs, UInt rt, UInt imm) in mkFormI()
2131 static UChar *mkFormR(UChar * p, UInt opc, UInt rs, UInt rt, UInt rd, UInt sa, in mkFormR()
3176 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local
3203 UInt opc, sz = i->Min.Load.sz; in emit_MIPSInstr() local
3233 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
3260 UInt opc, sz = i->Min.Store.sz; in emit_MIPSInstr() local
/external/f2fs-tools/tools/sg_write_buffer/include/
Dfreebsd_nvme_ioctl.h39 uint16_t opc : 8; /* opcode */ member
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp431 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
446 unsigned opc = 0; in adjustFixupValue() local
/external/llvm/lib/IR/
DConstantsContext.h265 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstruction.cpp627 #define HANDLE_INST(num, opc, clas) \ in clone() argument
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp637 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local

1234