| /external/mesa3d/src/gallium/drivers/r600/ |
| 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 = op->opcode[isa->hw_class]; in r600_isa_init() local
|
| /external/wpa_supplicant_8/src/crypto/ |
| D | milenage.c | 36 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/etnaviv/ |
| D | etnaviv_disasm.c | 41 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
|
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_info.c | 43 #define OPCODE_GAP(opc) { .opcode = opc }, argument 77 #define OPCODE_GAP(opc) "UNK" #opc, argument
|
| /external/mesa3d/src/freedreno/afuc/ |
| D | disasm.c | 119 static void print_alu_name(afuc_opc opc, uint32_t instr) in print_alu_name() 307 afuc_opc opc; in disasm() local 355 afuc_opc opc; in disasm() local 472 unsigned opc, p; in disasm() local
|
| D | afuc.h | 173 afuc_get_opc(afuc_instr *ai, afuc_opc *opc, bool *rep) in afuc_get_opc() 185 afuc_set_opc(afuc_instr *ai, afuc_opc opc, bool rep) in afuc_set_opc()
|
| D | asm.c | 131 afuc_opc opc; in emit_instructions() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/ |
| D | Nios2InstrInfo.cpp | 49 unsigned opc = Subtarget.hasNios2r2() ? Nios2::ADD_R2 : Nios2::ADD_R1; in copyPhysReg() local
|
| /external/v8/src/wasm/ |
| D | wasm-opcodes-inl.h | 562 #define CASE(name, opc, sig) opcode == opc ? kSigEnum_##sig: in GetShortOpcodeSigIndex() argument 569 #define CASE(name, opc, sig) opcode == opc ? kSigEnum_##sig: in GetAsmJsOpcodeSigIndex() argument 575 #define CASE(name, opc, sig) opcode == (opc & 0xFF) ? kSigEnum_##sig: in GetSimdOpcodeSigIndex() argument 582 #define CASE(name, opc, sig) opcode == (opc & 0xFF) ? kSigEnum_##sig: in GetAtomicOpcodeSigIndex() argument 589 #define CASE(name, opc, sig) opcode == (opc & 0xFF) ? kSigEnum_##sig: in GetNumericOpcodeSigIndex() argument
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | disasm-a3xx.c | 508 int opc = _OPC(2, cat2->opc); in print_instr_cat2() local 1187 uint32_t opc = _OPC(6, cat6->opc); in print_instr_cat6_a6xx() local 1302 uint16_t opc; member 1306 #define OPC(cat, opc, name) [(opc)] = { (cat), (opc), #name, print_instr_cat##cat } argument 1488 const char *disasm_a3xx_instr_name(opc_t opc) in disasm_a3xx_instr_name() 1497 uint32_t opc = instr_opc(instr, ctx->gpu_id); in print_single_instr() local 1521 opc_t opc = _OPC(instr->opc_cat, instr_opc(instr, ctx->gpu_id)); in print_instr() local
|
| D | ir3.h | 173 opc_t opc; member 849 cat3_half_opc(opc_t opc) in cat3_half_opc() 862 cat3_full_opc(opc_t opc) in cat3_full_opc() 875 cat4_half_opc(opc_t opc) in cat4_half_opc() 886 cat4_full_opc(opc_t opc) in cat4_full_opc() 1010 static inline bool ir3_cat2_int(opc_t opc) in ir3_cat2_int() 1051 static inline unsigned ir3_cat2_absneg(opc_t opc) in ir3_cat2_absneg() 1111 static inline unsigned ir3_cat3_absneg(opc_t opc) in ir3_cat3_absneg() 1476 #define __INSTR0(flag, name, opc) \ argument 1488 #define __INSTR1(flag, name, opc) \ argument [all …]
|
| D | instr-a3xx.h | 53 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) argument 265 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) argument 266 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) argument 399 uint32_t opc : 4; member 506 uint32_t opc : 6; member 567 uint32_t opc : 4; member 625 uint32_t opc : 6; member 727 uint32_t opc : 5; member 855 uint32_t opc : 5; member 920 uint32_t opc : 5; member [all …]
|
| D | ir3_parser.y | 79 static struct ir3_instruction * new_instr(opc_t opc) in new_instr()
|
| /external/mesa3d/src/freedreno/ir2/ |
| D | disasm-a2xx.c | 129 #define INSTR(opc, num_srcs) [opc] = { num_srcs, #opc } argument 442 #define INSTR(opc, name, fxn) [opc] = { name, fxn } argument 558 #define INSTR(opc, fxn) [opc] = { #opc, fxn } argument
|
| D | instr-a2xx.h | 224 instr_cf_opc_t opc : 4; member 233 instr_cf_opc_t opc : 4; member 246 instr_cf_opc_t opc : 4; member 255 instr_cf_opc_t opc : 4; member 265 instr_cf_opc_t opc : 4; member 324 instr_fetch_opc_t opc : 5; member 358 instr_fetch_opc_t opc : 5; member 391 instr_fetch_opc_t opc : 5; member
|
| /external/u-boot/drivers/mmc/ |
| D | sh_mmcif.c | 337 u32 opc = cmd->cmdidx; in sh_mmcif_set_cmd() local 405 struct mmc_data *data, u16 opc) in sh_mmcif_data_trans() 436 u32 opc = cmd->cmdidx; in sh_mmcif_start_cmd() local
|
| D | sh_sdhi.c | 477 struct mmc_data *data, unsigned short opc) in sh_sdhi_set_cmd() 500 struct mmc_data *data, unsigned short opc) in sh_sdhi_data_trans() 536 unsigned short shcmd, opc = cmd->cmdidx; in sh_sdhi_start_cmd() local
|
| /external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
| D | nv50_ir_emit_nvc0.cpp | 396 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) in emitForm_A() 441 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) in emitForm_B() 470 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S() 1867 uint32_t opc; in emitSTORE() local 1914 uint32_t opc; in emitLOAD() local 2050 uint64_t opc; in emitMOV() local 2258 uint64_t opc; in emitSUCalc() local 2513 uint64_t opc = 0x4; in emitVSHL() local
|
| /external/autotest/client/cros/cellular/ |
| D | prologix_scpi_driver_test_noautorun.py | 184 def _get_idns_and_verify(self, instruments, opc=False): argument
|
| /external/libunwind/include/tdep-ia64/ |
| D | script.h | 36 unsigned int opc; /* see enum ia64_script_insn_opcode */ member
|
| /external/libunwind/src/ia64/ |
| D | Gscript.c | 267 enum ia64_script_insn_opcode opc; in compile_reg() local 521 unsigned long opc, dst; in run_script() local
|
| /external/u-boot/common/ |
| D | bedbug.c | 756 struct opcode *opc; in asmppc() local 855 int parse_operand (unsigned long memaddr, struct opcode *opc, in parse_operand()
|
| /external/pcre/dist2/src/sljit/ |
| D | sljitNativeTILEGX_64.c | 524 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/f2fs-tools/tools/sg_write_buffer/include/ |
| D | freebsd_nvme_ioctl.h | 39 uint16_t opc : 8; /* opcode */ member
|
| /external/llvm/lib/IR/ |
| D | ConstantsContext.h | 265 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|