Home
last modified time | relevance | path

Searched defs:opc (Results 1 - 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisasm.py217 opc = ins.opcode variable
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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 in r600_isa_init() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cf.c89 opc_t opc = conv_src->opc; in all_uses_safe_conv() local
[all...]
H A Dir3_lower_parallelcopy.c171 unsigned opc = in do_swap() local
256 unsigned opc = in do_copy() local
H A Dir3_lower_subgroups.c93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() argument
110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in triop() argument
130 do_reduce(struct ir3_block *block, reduce_op_t opc, in do_reduce() argument
[all...]
H A Ddisasm-a3xx.c413 disasm_a3xx_instr_name(opc_t opc) in disasm_a3xx_instr_name() argument
551 unsigned opc = (val >> 57) & 0x3; in disasm_instr_cb() local
H A Dir3.c501 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) instr_create() argument
525 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) ir3_instr_create() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmilenage.c36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1() argument
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345() argument
173 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) milenage_generate() argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) milenage_auts() argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) gsm_milenage() argument
270 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) milenage_check() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dmilenage.c36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1() argument
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345() argument
173 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) milenage_generate() argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) milenage_auts() argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) gsm_milenage() argument
270 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) milenage_check() argument
[all...]
/third_party/libunwind/libunwind/include/tdep-ia64/
H A Dscript.h38 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c146 afuc_opc opc; in emit_instructions() local
[all...]
H A Demu.c51 emu_alu(struct emu *emu, afuc_opc opc, uint32_t src1, uint32_t src2) in emu_alu() argument
126 afuc_opc opc; in emu_instr() local
315 afuc_opc opc; emu_step() local
[all...]
H A Dafuc.h211 afuc_get_opc(afuc_instr *ai, afuc_opc *opc, bool *rep) in afuc_get_opc() argument
223 afuc_set_opc(afuc_instr *ai, afuc_opc opc, bool rep) in afuc_set_opc() argument
H A Ddisasm.c102 print_alu_name(afuc_opc opc, uint32_t instr) in print_alu_name() argument
294 afuc_opc opc; disasm_instr() local
420 unsigned opc, p; disasm_instr() local
726 afuc_opc opc; setup_labels() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnotify.h61 char opc[MAX_OPC_LEN]; member
/third_party/libunwind/libunwind/src/ia64/
H A DGscript.c243 enum ia64_script_insn_opcode opc; in compile_reg() local
497 unsigned long opc, dst; run_script() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp686 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
/third_party/backends/backend/
H A Dtamarack.h209 unsigned char opc; member
217 unsigned char opc; member
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c531 unsigned opc = cp_type7_opcode(stat[0]); in dump_cp_sqe_stat() local
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c418 uint8_t *p = (uint8_t *)pty->modes, opc; in ssh_ops_pty_req() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c41 uint32_t opc : 6; member
530 const unsigned opc = instr->opc | (instr->opcode_bit6 << 6); print_instr() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c377 ir2_instr_create_fetch(struct ir2_context *ctx, nir_dest *dst, instr_fetch_opc_t opc) ir2_instr_create_fetch() argument
H A Dir2_private.h108 instr_fetch_opc_t opc : 5; member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.h163 FT_UInt opc; /* function #, or instruction code */ member

Completed in 19 milliseconds

123