Home
last modified time | relevance | path

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

123

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.c561 int opc; in r600_isa_init() local
574 int opc = op->opcode[isa->hw_class]; in r600_isa_init() local
582 int opc = op->opcode[isa->hw_class]; in r600_isa_init() local
/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h56 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) argument
394 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) argument
395 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) argument
589 is_sat_compatible(opc_t opc) in is_sat_compatible()
612 is_mad(opc_t opc) in is_mad()
628 is_madsh(opc_t opc) in is_madsh()
640 is_local_atomic(opc_t opc) in is_local_atomic()
661 is_global_a3xx_atomic(opc_t opc) in is_global_a3xx_atomic()
682 is_global_a6xx_atomic(opc_t opc) in is_global_a6xx_atomic()
703 is_bindless_atomic(opc_t opc) in is_bindless_atomic()
[all …]
Dir3_lower_subgroups.c93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop()
110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in triop()
130 do_reduce(struct ir3_block *block, reduce_op_t opc, in do_reduce()
Ddisasm-a3xx.c152 #define OPC(cat, opc, name) [(opc)] = {#name} argument
413 disasm_a3xx_instr_name(opc_t opc) in disasm_a3xx_instr_name()
551 unsigned opc = (val >> 57) & 0x3; in disasm_instr_cb() local
Dir3.h260 opc_t opc; member
1063 cat3_half_opc(opc_t opc) in cat3_half_opc()
1082 cat3_full_opc(opc_t opc) in cat3_full_opc()
1101 cat4_half_opc(opc_t opc) in cat4_half_opc()
1116 cat4_full_opc(opc_t opc) in cat4_full_opc()
1315 ir3_cat2_int(opc_t opc) in ir3_cat2_int()
1358 ir3_cat2_absneg(opc_t opc) in ir3_cat2_absneg()
1419 ir3_cat3_absneg(opc_t opc) in ir3_cat3_absneg()
1577 ir3_try_swap_signedness(opc_t opc, bool *can_swap) in ir3_try_swap_signedness()
2059 #define __INSTR0(flag, name, opc) \ argument
[all …]
Dir3_cf.c89 opc_t opc = conv_src->opc; in all_uses_safe_conv() local
Dir3_lower_parallelcopy.c171 unsigned opc = in do_swap() local
256 unsigned opc = in do_copy() local
Dir3.c501 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) in instr_create()
525 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) in ir3_instr_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c41 uint32_t opc : 6; member
458 #define OPC(opc) [INST_OPCODE_##opc] = {#opc, print_opc_default} argument
459 #define OPC_MOV(opc) [INST_OPCODE_##opc] = {#opc, print_opc_mov} argument
460 #define OPC_TEX(opc) [INST_OPCODE_##opc] = {#opc, print_opc_tex} argument
461 #define OPC_IMM(opc) [INST_OPCODE_##opc] = {#opc, print_opc_imm} argument
530 const unsigned opc = instr->opc | (instr->opcode_bit6 << 6); in print_instr() local
/third_party/mesa3d/src/freedreno/afuc/
Demu.c51 emu_alu(struct emu *emu, afuc_opc opc, uint32_t src1, uint32_t src2) in emu_alu()
126 afuc_opc opc; in emu_instr() local
315 afuc_opc opc; in emu_step() local
Ddisasm.c102 print_alu_name(afuc_opc opc, uint32_t instr) in print_alu_name()
294 afuc_opc opc; in disasm_instr() local
420 unsigned opc, p; in disasm_instr() local
726 afuc_opc opc; in setup_labels() local
Dasm.c146 afuc_opc opc; in emit_instructions() local
Dafuc.h211 afuc_get_opc(afuc_instr *ai, afuc_opc *opc, bool *rep) in afuc_get_opc()
223 afuc_set_opc(afuc_instr *ai, afuc_opc opc, bool rep) in afuc_set_opc()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c43 #define OPCODE_GAP(opc) { .opcode = opc }, argument
77 #define OPCODE_GAP(opc) "UNK" #opc, argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Ddisasm.py217 opc = ins.opcode variable
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c144 #define INSTR(opc, num_srcs) [opc] = {num_srcs, #opc} argument
460 #define INSTR(opc, name, fxn) [opc] = {name, fxn} argument
579 #define INSTR(opc, fxn) [opc] = {#opc, fxn} argument
Dinstr-a2xx.h221 instr_cf_opc_t opc : 4; member
230 instr_cf_opc_t opc : 4; member
243 instr_cf_opc_t opc : 4; member
252 instr_cf_opc_t opc : 4; member
262 instr_cf_opc_t opc : 4; member
319 instr_fetch_opc_t opc : 5; member
353 instr_fetch_opc_t opc : 5; member
386 instr_fetch_opc_t opc : 5; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_nvc0.cpp394 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) in emitForm_A()
439 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) in emitForm_B()
468 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S()
1874 uint32_t opc; in emitSTORE() local
1921 uint32_t opc; in emitLOAD() local
2057 uint64_t opc; in emitMOV() local
2265 uint64_t opc; in emitSUCalc() local
2520 uint64_t opc = 0x4; in emitVSHL() local
/third_party/libunwind/include/tdep-ia64/
Dscript.h38 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
/third_party/libunwind/src/ia64/
DGscript.c243 enum ia64_script_insn_opcode opc; in compile_reg() local
497 unsigned long opc, dst; in run_script() local
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dfreebsd_nvme_ioctl.h39 uint16_t opc : 8; /* opcode */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp506 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
521 unsigned opc = 0; in adjustFixupValue() local

123