/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | disasm.py | 217 opc = ins.opcode variable
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_isa.c | 561 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 D | ir3_cf.c | 89 opc_t opc = conv_src->opc; in all_uses_safe_conv() local [all...] |
H A D | ir3_lower_parallelcopy.c | 171 unsigned opc = in do_swap() local 256 unsigned opc = in do_copy() local
|
H A D | ir3_lower_subgroups.c | 93 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 D | disasm-a3xx.c | 413 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 D | ir3.c | 501 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 D | milenage.c | 36 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 D | milenage.c | 36 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 D | script.h | 38 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 146 afuc_opc opc; in emit_instructions() local [all...] |
H A D | emu.c | 51 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 D | afuc.h | 211 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 D | disasm.c | 102 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 D | notify.h | 61 char opc[MAX_OPC_LEN]; member
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gscript.c | 243 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 D | ConstantsContext.h | 271 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 D | HexagonNewValueJump.cpp | 686 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
|
/third_party/backends/backend/ |
H A D | tamarack.h | 209 unsigned char opc; member 217 unsigned char opc; member
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 531 unsigned opc = cp_type7_opcode(stat[0]); in dump_cp_sqe_stat() local
|
/third_party/libwebsockets/test-apps/ |
H A D | test-sshd.c | 418 uint8_t *p = (uint8_t *)pty->modes, opc; in ssh_ops_pty_req() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disasm.c | 41 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 D | ir2_nir.c | 377 ir2_instr_create_fetch(struct ir2_context *ctx, nir_dest *dst, instr_fetch_opc_t opc) ir2_instr_create_fetch() argument
|
H A D | ir2_private.h | 108 instr_fetch_opc_t opc : 5; member
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.h | 163 FT_UInt opc; /* function #, or instruction code */ member
|