Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 25 of 93) 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.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
/external/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
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c43 #define OPCODE_GAP(opc) { .opcode = opc }, argument
77 #define OPCODE_GAP(opc) "UNK" #opc, argument
/external/mesa3d/src/freedreno/afuc/
Ddisasm.c119 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
Dafuc.h173 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()
Dasm.c131 afuc_opc opc; in emit_instructions() local
/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c508 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
Dir3.h173 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 …]
Dinstr-a3xx.h53 #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 …]
Dir3_parser.y79 static struct ir3_instruction * new_instr(opc_t opc) in new_instr()
Dir3.c1059 opc_t opc, int nreg) in ir3_instr_create2()
1068 struct ir3_instruction * ir3_instr_create(struct ir3_block *block, opc_t opc) in ir3_instr_create()
/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c129 #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
Dinstr-a2xx.h224 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/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_nvc0.cpp396 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/
Dprologix_scpi_driver_test_noautorun.py184 def _get_idns_and_verify(self, instruments, opc=False): argument
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc253 unsigned opc = ExtractBits(23, 22); in CanTakeSVEMovprfx() local
394 unsigned opc = ExtractBits(23, 22); in CanTakeSVEMovprfx() local
/external/f2fs-tools/tools/sg_write_buffer/include/
Dfreebsd_nvme_ioctl.h39 uint16_t opc : 8; /* opcode */ member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
/external/llvm/lib/IR/
DConstantsContext.h265 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp704 uint32_t opc = Bits32(opcode, 31, 30); in EmulateLDPSTP() local
928 uint32_t opc = Bits32(opcode, 23, 22); in EmulateLDRSTRImm() local
/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/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
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp513 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
528 unsigned opc = 0; in adjustFixupValue() local
/external/llvm/lib/Target/Hexagon/
DHexagonNewValueJump.cpp637 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local

1234