Home
last modified time | relevance | path

Searched defs:insn (Results 1 – 25 of 194) sorted by relevance

12345678

/external/google-breakpad/src/third_party/libdisasm/
Dx86_insn.c11 int x86_insn_is_valid( x86_insn_t *insn ) { in x86_insn_is_valid()
19 uint32_t x86_get_address( x86_insn_t *insn ) { in x86_get_address()
40 int32_t x86_get_rel_offset( x86_insn_t *insn ) { in x86_get_rel_offset()
57 x86_op_t * x86_get_branch_target( x86_insn_t *insn ) { in x86_get_branch_target()
71 x86_op_t * x86_get_imm( x86_insn_t *insn ) { in x86_get_imm()
92 unsigned char * x86_get_raw_imm( x86_insn_t *insn ) { in x86_get_raw_imm()
155 void x86_set_insn_addr( x86_insn_t *insn, uint32_t addr ) { in x86_set_insn_addr()
159 void x86_set_insn_offset( x86_insn_t *insn, unsigned int offset ){ in x86_set_insn_offset()
163 void x86_set_insn_function( x86_insn_t *insn, void * func ){ in x86_set_insn_function()
167 void x86_set_insn_block( x86_insn_t *insn, void * block ){ in x86_set_insn_block()
[all …]
Dx86_operand_list.c5 static void x86_oplist_append( x86_insn_t *insn, x86_oplist_t *op ) { in x86_oplist_append()
36 x86_op_t * x86_operand_new( x86_insn_t *insn ) { in x86_operand_new()
48 void x86_oplist_free( x86_insn_t *insn ) { in x86_oplist_free()
71 int x86_operand_foreach( x86_insn_t *insn, x86_operand_fn func, void *arg, in x86_operand_foreach()
149 static void count_operand( x86_op_t *op, x86_insn_t *insn, void *arg ) { in count_operand()
154 size_t x86_operand_count( x86_insn_t *insn, enum x86_op_foreach_type type ) { in x86_operand_count()
169 x86_op_t * x86_operand_1st( x86_insn_t *insn ) { in x86_operand_1st()
177 x86_op_t * x86_operand_2nd( x86_insn_t *insn ) { in x86_operand_2nd()
185 x86_op_t * x86_operand_3rd( x86_insn_t *insn ) { in x86_operand_3rd()
Dia32_insn.c56 static void ia32_stack_mod(x86_insn_t *insn) { in ia32_stack_mod()
169 static void ia32_handle_cpu( x86_insn_t *insn, unsigned int cpu ) { in ia32_handle_cpu()
176 static void ia32_handle_mnemtype(x86_insn_t *insn, unsigned int mnemtype) { in ia32_handle_mnemtype()
184 static void ia32_handle_notes(x86_insn_t *insn, unsigned int notes) { in ia32_handle_notes()
189 static void ia32_handle_eflags( x86_insn_t *insn, unsigned int eflags) { in ia32_handle_eflags()
216 static void ia32_handle_prefix( x86_insn_t *insn, unsigned int prefixes ) { in ia32_handle_prefix()
242 static void reg_32_to_16( x86_op_t *op, x86_insn_t *insn, void *arg ) { in reg_32_to_16()
253 static void handle_insn_metadata( x86_insn_t *insn, ia32_insn_t *raw_insn ) { in handle_insn_metadata()
262 ia32_insn_t *raw_insn, x86_insn_t *insn, in ia32_decode_insn()
540 ia32_insn_t *raw_insn, x86_insn_t * insn ) { in handle_insn_suffix()
[all …]
Dx86_disasm.c18 x86_insn_t *insn ){ in x86_disasm()
76 x86_insn_t insn; in x86_disasm_range() local
103 static inline int follow_insn_dest( x86_insn_t *insn ) { in follow_insn_dest()
111 static inline int insn_doesnt_return( x86_insn_t *insn ) { in insn_doesnt_return()
115 static int32_t internal_resolver( x86_op_t *op, x86_insn_t *insn ){ in internal_resolver()
131 x86_insn_t insn; in x86_disasm_forward() local
Dx86_format.c645 static int format_operand_att( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_att()
719 static int format_operand_native( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_native()
783 static int format_operand_xml( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_xml()
884 static int format_operand_raw( x86_op_t *op, x86_insn_t *insn, char *buf, in format_operand_raw()
985 x86_insn_t *insn; in x86_format_operand() local
1017 static int format_att_mnemonic( x86_insn_t *insn, char *buf, int len) { in format_att_mnemonic()
1071 int x86_format_mnemonic(x86_insn_t *insn, char *buf, int len, in x86_format_mnemonic()
1089 static void format_op_raw( x86_op_t *op, x86_insn_t *insn, void *arg ) { in format_op_raw()
1095 static int format_insn_note(x86_insn_t *insn, char *buf, int len){ in format_insn_note()
1113 static int format_raw_insn( x86_insn_t *insn, char *buf, int len ){ in format_raw_insn()
[all …]
/external/igt-gpu-tools/assembler/
Dgen8_instruction.h257 static inline unsigned gen8_uip(struct gen8_instruction *insn) in gen8_uip()
261 static inline void gen8_set_uip(struct gen8_instruction *insn, unsigned uip) in gen8_set_uip()
265 static inline unsigned gen8_jip(struct gen8_instruction *insn) in gen8_jip()
269 static inline void gen8_set_jip(struct gen8_instruction *insn, unsigned jip) in gen8_set_jip()
275 static inline int gen8_src1_imm_d(struct gen8_instruction *insn) in gen8_src1_imm_d()
279 static inline unsigned gen8_src1_imm_ud(struct gen8_instruction *insn) in gen8_src1_imm_ud()
283 static inline float gen8_src1_imm_f(struct gen8_instruction *insn) in gen8_src1_imm_f()
324 gen8_bits(struct gen8_instruction *insn, unsigned high, unsigned low) in gen8_bits()
344 gen8_set_bits(struct gen8_instruction *insn, in gen8_set_bits()
Dbrw_eu_emit.c45 struct brw_instruction *insn, in guess_execution_size()
105 brw_set_dest(struct brw_compile *p, struct brw_instruction *insn, in brw_set_dest()
161 validate_reg(struct brw_instruction *insn, struct brw_reg reg) in validate_reg()
247 brw_set_src0(struct brw_compile *p, struct brw_instruction *insn, in brw_set_src0()
351 struct brw_instruction *insn, in brw_set_src1()
480 struct brw_instruction *insn, in brw_set_math_message()
537 struct brw_instruction *insn, in brw_set_ff_sync_message()
553 struct brw_instruction *insn, in brw_set_urb_message()
595 struct brw_instruction *insn, in brw_set_dp_write_message()
654 struct brw_instruction *insn, in brw_set_dp_read_message()
[all …]
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c281 static int consumeByte(struct InternalInstruction *insn, uint8_t *byte) in consumeByte()
298 static int lookAtByte(struct InternalInstruction *insn, uint8_t *byte) in lookAtByte()
303 static void unconsumeByte(struct InternalInstruction *insn) in unconsumeByte()
414 static bool isPrefixAtLocation(struct InternalInstruction *insn, uint8_t prefix, in isPrefixAtLocation()
477 static int readPrefixes(struct InternalInstruction *insn) in readPrefixes()
916 static int readOpcode(struct InternalInstruction *insn) in readOpcode()
1077 struct InternalInstruction *insn, in getIDWithAttrMask()
1150 static int getID(struct InternalInstruction *insn) in getID()
1371 static int readSIB(struct InternalInstruction *insn) in readSIB()
1470 static int readDisplacement(struct InternalInstruction *insn) in readDisplacement()
[all …]
DX86Disassembler.c92 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex()
116 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex()
141 const OperandSpecifier *operand, InternalInstruction *insn) in translateImmediate()
315 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister()
353 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory()
546 InternalInstruction *insn) in translateRM()
630 …c bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *insn) in translateOperand()
681 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction()
790 InternalInstruction insn; in X86_getInstruction() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_helper.cpp30 LoweringHelper::visit(Instruction *insn) in visit()
59 LoweringHelper::handleABS(Instruction *insn) in handleABS()
83 LoweringHelper::handleCVT(Instruction *insn) in handleCVT()
113 LoweringHelper::handleMAXMIN(Instruction *insn) in handleMAXMIN()
149 LoweringHelper::handleMOV(Instruction *insn) in handleMOV()
177 LoweringHelper::handleNEG(Instruction *insn) in handleNEG()
191 LoweringHelper::handleSAT(Instruction *insn) in handleSAT()
208 LoweringHelper::handleSLCT(CmpInstruction *insn) in handleSLCT()
242 LoweringHelper::handleLogOp(Instruction *insn) in handleLogOp()
Dnv50_ir_emit_gm107.cpp50 const Instruction *insn; member in nv50_ir::CodeEmitterGM107
530 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA() local
567 const FlowInstruction *insn = this->insn->asFlow(); in emitCAL() local
596 const FlowInstruction *insn = this->insn->asFlow(); in emitPCNT() local
618 const FlowInstruction *insn = this->insn->asFlow(); in emitPBK() local
640 const FlowInstruction *insn = this->insn->asFlow(); in emitPRET() local
662 const FlowInstruction *insn = this->insn->asFlow(); in emitSSY() local
1181 const CmpInstruction *insn = this->insn->asCmp(); in emitDSET() local
1229 const CmpInstruction *insn = this->insn->asCmp(); in emitDSETP() local
1522 const CmpInstruction *insn = this->insn->asCmp(); in emitFCMP() local
[all …]
Dnv50_ir_emit_gv100.cpp161 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA() local
473 const CmpInstruction *insn = this->insn->asCmp(); in emitFSET_BF() local
498 const CmpInstruction *insn = this->insn->asCmp(); in emitFSETP() local
599 const CmpInstruction *insn = this->insn->asCmp(); in emitDSETP() local
695 const CmpInstruction *insn = this->insn->asCmp(); in emitISETP() local
1158 const TexInstruction *insn = this->insn->asTex(); in emitTEX() local
1202 const TexInstruction *insn = this->insn->asTex(); in emitTLD() local
1230 const TexInstruction *insn = this->insn->asTex(); in emitTLD4() local
1267 const TexInstruction *insn = this->insn->asTex(); in emitTMML() local
1292 const TexInstruction *insn = this->insn->asTex(); in emitTXD() local
[all …]
Dnv50_ir_build_util.cpp68 Instruction *insn = new_Instruction(func, op, ty); in mkOp1() local
81 Instruction *insn = new_Instruction(func, op, ty); in mkOp2() local
95 Instruction *insn = new_Instruction(func, op, ty); in mkOp3() local
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad() local
124 Instruction *insn = new_Instruction(func, op, ty); in mkStore() local
141 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); in mkFetch() local
164 Instruction *insn = mkOp1(op, ty, dst, sym); in mkInterp() local
173 Instruction *insn = new_Instruction(func, OP_MOV, ty); in mkMov() local
185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size)); in mkMovToReg() local
198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size)); in mkMovFromReg() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp203 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte()
219 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
223 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte()
286 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX()
298 static void setPrefixPresent(struct InternalInstruction *insn, uint8_t prefix) { in setPrefixPresent()
338 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes()
644 static int readOpcode(struct InternalInstruction* insn) { in readOpcode()
773 struct InternalInstruction* insn, in getIDWithAttrMask()
853 static int getID(struct InternalInstruction* insn, const void *miiArg) { in getID()
1188 static int readSIB(struct InternalInstruction* insn) { in readSIB()
[all …]
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp197 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte()
213 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
217 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte()
289 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent()
306 static bool isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation()
323 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes()
676 static int readOpcode(struct InternalInstruction* insn) { in readOpcode()
793 struct InternalInstruction* insn, in getIDWithAttrMask()
873 static int getID(struct InternalInstruction* insn, const void *miiArg) { in getID()
1176 static int readSIB(struct InternalInstruction* insn) { in readSIB()
[all …]
/external/capstone/bindings/vb6/
DvbCapstone.cpp55 …csh handle, const uint8_t *code, size_t code_size, uint64_t address, size_t count, cs_insn **insn){ in bs_disasm()
60 void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){ in getInstruction()
70 void __stdcall bs_free(cs_insn *insn, size_t count){ in bs_free()
81 int __stdcall bs_op_index(csh handle, const cs_insn *insn, unsigned int op_type, unsigned int posit… in bs_op_index()
86 int __stdcall bs_op_count(csh handle, const cs_insn *insn, unsigned int op_type){ in bs_op_count()
91 bool __stdcall bs_reg_write(csh handle, const cs_insn *insn, unsigned int reg_id){ in bs_reg_write()
96 bool __stdcall bs_reg_read(csh handle, const cs_insn *insn, unsigned int reg_id){ in bs_reg_read()
101 bool __stdcall bs_insn_group(csh handle, const cs_insn *insn, unsigned int group_id){ in bs_insn_group()
116 …l bs_disasm_iter(csh handle, const uint8_t **code, size_t *size, uint64_t *address, cs_insn *insn){ in bs_disasm_iter()
/external/capstone/arch/Sparc/
DSparcDisassembler.c251 static DecodeStatus DecodeMem(MCInst *MI, unsigned insn, uint64_t Address, in DecodeMem()
296 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
303 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
310 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
317 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
324 static DecodeStatus DecodeStoreInt(MCInst *Inst, unsigned insn, in DecodeStoreInt()
331 static DecodeStatus DecodeStoreFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeStoreFP()
338 static DecodeStatus DecodeStoreDFP(MCInst *Inst, unsigned insn, in DecodeStoreDFP()
345 static DecodeStatus DecodeStoreQFP(MCInst *Inst, unsigned insn, in DecodeStoreQFP()
352 static DecodeStatus DecodeCall(MCInst *MI, unsigned insn, in DecodeCall()
[all …]
/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp347 for(auto insn = block.begin(); insn != block.mergeInstruction; insn++) in EmitLoop() local
383 for(auto insn = block.begin(); insn != block.end(); insn++) in EmitLoop() local
427 for(auto insn = block.begin(); insn != block.mergeInstruction; insn++) in EmitLoop() local
459 for(auto insn = mergeBlock.begin(); insn != mergeBlock.end(); insn++) in EmitLoop() local
481 SpirvShader::EmitResult SpirvShader::EmitBranch(InsnIterator insn, EmitState *state) const in EmitBranch()
488 SpirvShader::EmitResult SpirvShader::EmitBranchConditional(InsnIterator insn, EmitState *state) con… in EmitBranchConditional()
509 SpirvShader::EmitResult SpirvShader::EmitSwitch(InsnIterator insn, EmitState *state) const in EmitSwitch()
544 SpirvShader::EmitResult SpirvShader::EmitUnreachable(InsnIterator insn, EmitState *state) const in EmitUnreachable()
551 SpirvShader::EmitResult SpirvShader::EmitReturn(InsnIterator insn, EmitState *state) const in EmitReturn()
557 SpirvShader::EmitResult SpirvShader::EmitKill(InsnIterator insn, EmitState *state) const in EmitKill()
[all …]
DSpirvShaderImage.cpp70 SpirvShader::EmitResult SpirvShader::EmitImageSampleImplicitLod(Variant variant, InsnIterator insn,… in EmitImageSampleImplicitLod()
75 SpirvShader::EmitResult SpirvShader::EmitImageGather(Variant variant, InsnIterator insn, EmitState … in EmitImageGather()
83 SpirvShader::EmitResult SpirvShader::EmitImageSampleExplicitLod(Variant variant, InsnIterator insn,… in EmitImageSampleExplicitLod()
103 SpirvShader::EmitResult SpirvShader::EmitImageFetch(InsnIterator insn, EmitState *state) const in EmitImageFetch()
108 …itResult SpirvShader::EmitImageSample(ImageInstruction instruction, InsnIterator insn, EmitState *… in EmitImageSample()
314 SpirvShader::EmitResult SpirvShader::EmitImageQuerySizeLod(InsnIterator insn, EmitState *state) con… in EmitImageQuerySizeLod()
327 SpirvShader::EmitResult SpirvShader::EmitImageQuerySize(InsnIterator insn, EmitState *state) const in EmitImageQuerySize()
340 SpirvShader::EmitResult SpirvShader::EmitImageQueryLod(InsnIterator insn, EmitState *state) const in EmitImageQueryLod()
413 SpirvShader::EmitResult SpirvShader::EmitImageQueryLevels(InsnIterator insn, EmitState *state) const in EmitImageQueryLevels()
443 SpirvShader::EmitResult SpirvShader::EmitImageQuerySamples(InsnIterator insn, EmitState *state) con… in EmitImageQuerySamples()
[all …]
DSpirvShaderArithmetic.cpp23 SpirvShader::EmitResult SpirvShader::EmitVectorTimesScalar(InsnIterator insn, EmitState *state) con… in EmitVectorTimesScalar()
38 SpirvShader::EmitResult SpirvShader::EmitMatrixTimesVector(InsnIterator insn, EmitState *state) con… in EmitMatrixTimesVector()
59 SpirvShader::EmitResult SpirvShader::EmitVectorTimesMatrix(InsnIterator insn, EmitState *state) con… in EmitVectorTimesMatrix()
80 SpirvShader::EmitResult SpirvShader::EmitMatrixTimesMatrix(InsnIterator insn, EmitState *state) con… in EmitMatrixTimesMatrix()
107 SpirvShader::EmitResult SpirvShader::EmitOuterProduct(InsnIterator insn, EmitState *state) const in EmitOuterProduct()
136 SpirvShader::EmitResult SpirvShader::EmitTranspose(InsnIterator insn, EmitState *state) const in EmitTranspose()
156 SpirvShader::EmitResult SpirvShader::EmitUnaryOp(InsnIterator insn, EmitState *state) const in EmitUnaryOp()
318 SpirvShader::EmitResult SpirvShader::EmitBinaryOp(InsnIterator insn, EmitState *state) const in EmitBinaryOp()
521 SpirvShader::EmitResult SpirvShader::EmitDot(InsnIterator insn, EmitState *state) const in EmitDot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp380 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
427 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
433 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair()
439 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
445 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
451 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
457 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP()
463 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCPPair()
469 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn, in DecodeStoreInt()
475 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn, in DecodeStoreIntPair()
[all …]
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp378 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
425 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
431 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair()
437 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
443 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
449 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
455 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP()
461 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCPPair()
467 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn, in DecodeStoreInt()
473 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn, in DecodeStoreIntPair()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c88 const struct tgsi_full_instruction *insn, in translate_dst_register()
1029 const struct tgsi_full_instruction *insn) in emit_fake_arl()
1055 const struct tgsi_full_instruction *insn) in emit_if()
1086 const struct tgsi_full_instruction *insn) in emit_else()
1094 const struct tgsi_full_instruction *insn) in emit_endif()
1111 const struct tgsi_full_instruction *insn ) in emit_floor()
1140 const struct tgsi_full_instruction *insn) in emit_ceil()
1169 const struct tgsi_full_instruction *insn ) in emit_div()
1213 const struct tgsi_full_instruction *insn ) in emit_dp2()
1259 const struct tgsi_full_instruction *insn ) in emit_sin()
[all …]
/external/capstone/
Dcs.c306 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci, in fill_insn()
472 …s_disasm(csh ud, const uint8_t *buffer, size_t size, uint64_t offset, size_t count, cs_insn **insn) in cs_disasm()
680 …isasm_ex(csh ud, const uint8_t *buffer, size_t size, uint64_t offset, size_t count, cs_insn **insn) in cs_disasm_ex()
686 void CAPSTONE_API cs_free(cs_insn *insn, size_t count) in cs_free()
701 cs_insn *insn; in cs_malloc() local
728 uint64_t *address, cs_insn *insn) in cs_disasm_iter()
831 const char * CAPSTONE_API cs_insn_name(csh ud, unsigned int insn) in cs_insn_name()
867 bool CAPSTONE_API cs_insn_group(csh ud, const cs_insn *insn, unsigned int group_id) in cs_insn_group()
894 bool CAPSTONE_API cs_reg_read(csh ud, const cs_insn *insn, unsigned int reg_id) in cs_reg_read()
921 bool CAPSTONE_API cs_reg_write(csh ud, const cs_insn *insn, unsigned int reg_id) in cs_reg_write()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c518 brw_inst *insn, in brw_set_ff_sync_message()
540 brw_inst *insn, in brw_set_urb_message()
614 brw_inst *insn, in brw_inst_set_state()
698 brw_inst *insn = brw_append_insns(p, 1, sizeof(brw_inst)); in brw_next_insn() local
713 brw_inst *insn = next_insn(p, opcode); in brw_alu1() local
727 brw_inst *insn = next_insn(p, opcode); in brw_alu2() local
1311 brw_inst *insn = next_insn(p, BRW_OPCODE_NOP); in brw_NOP() local
1318 brw_inst *insn = next_insn(p, BRW_OPCODE_SYNC); in brw_SYNC() local
1401 brw_inst *insn; in brw_IF() local
1450 brw_inst *insn; in gen6_IF() local
[all …]

12345678