/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.cpp | 62 static unsigned getRD(uint32_t insn) { in getRD() 68 static unsigned getRA(uint32_t insn) { in getRA() 74 static unsigned getRB(uint32_t insn) { in getRB() 80 static int64_t getRS(uint32_t insn) { in getRS() 86 static int64_t getIMM(uint32_t insn) { in getIMM() 91 static int64_t getSHT(uint32_t insn) { in getSHT() 96 static unsigned getFLAGS(int32_t insn) { in getFLAGS() 100 static int64_t getFSL(uint32_t insn) { in getFSL() 105 static unsigned decodeMUL(uint32_t insn) { in decodeMUL() 115 static unsigned decodeSEXT(uint32_t insn) { in decodeSEXT() [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_insn.c | 11 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 …]
|
D | x86_operand_list.c | 5 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()
|
D | ia32_insn.c | 56 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 …]
|
D | x86_disasm.c | 18 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
|
/external/valgrind/none/tests/s390x/ |
D | dfpext.c | 7 #define L2D(insn, initial, target,round) \ argument 15 #define I2D(insn, initial, target,round) \ argument 23 #define D2L(insn, initial, type, round, cc) \ argument 34 #define D2I(insn, initial, type, round, cc) \ argument 46 #define DO_PRINT_L2D(insn, l, d, round) \ argument 54 #define DO_INSN_L2D(insn, round, type) \ argument 68 #define DO_PRINT_I2D(insn, l, d, round) \ argument 76 #define DO_INSN_I2D(insn, round, type) \ argument 86 #define DO_PRINT_D2L(insn, d, type, round, cc) \ argument 94 #define DO_INSN_D2L(insn, round, type) \ argument [all …]
|
D | fpconv.c | 16 #define I2F(insn, initial, target_type) \ argument 24 #define DO_INSN_I32_TO_F(insn, target_type) \ argument 37 #define DO_INSN_I64_TO_F(insn, target_type) \ argument 61 #define F2I(insn, initial, source_type, target_type) \ argument 73 #define DO_INSN_F32_TO_I(insn, type) \ argument 88 #define DO_INSN_F64_TO_I(insn, type) \ argument
|
D | condloadstore.c | 5 #define LOAD_REG_MEM(insn, s, ccset, initial, mask) \ argument 29 #define LOAD_REG_REG(insn, s, ccset, initial, mask) \ argument 51 #define STORE_REG_REG(insn, s, ccset, initial, mask) \ argument 75 #define INSNVALCCINIT(insn, value, ccset, INIT, FUNC) \ argument 98 #define INSNVALCC(insn, value, ccset, FUNC) \ argument 104 #define INSNVAL(insn, value, FUNC) \ argument 112 #define DO_INSN(insn, FUNC) \ argument
|
D | fpext.c | 7 #define L2F(insn, initial, target,round) \ argument 15 #define F2L(insn, initial, type, round, cc) \ argument 27 #define DO_INSN_L2F32(insn, round) \ argument 41 #define DO_INSN_L2F64(insn, round) \ argument 55 #define DO_INSN_L2F128(insn, round) \ argument 69 #define DO_INSN_F2L(insn, round, type) \ argument
|
D | comp-2.c | 21 #define SCOMP_REG_REG(insn, v1, v2) \ argument 38 #define SCOMP_REG_MEM(insn, v1, v2, op2_t) \ argument 55 #define SCOMP_REG_IMM(insn, v1, v2) \ argument 70 #define run_scomp_reg_reg(insn) \ argument 93 #define run_scomp_reg_mem(insn, op2_t) \ argument 116 #define run_scomp_reg_imm(insn) \ argument
|
D | comp-1.c | 21 #define SCOMP_REG_REG(insn, v1, v2) \ argument 38 #define SCOMP_REG_MEM(insn, v1, v2, op2_t) \ argument 55 #define SCOMP_REG_IMM(insn, v1, v2) \ argument 70 #define run_scomp_reg_reg(insn) \ argument 100 #define run_scomp_reg_mem(insn, op2_t) \ argument 130 #define run_scomp_reg_imm(insn) \ argument
|
D | dfpconv.c | 7 #define I2D(insn, initial, target,round) \ argument 15 #define D2I(insn, initial, type, round, cc) \ argument 27 #define DO_PRINT_I2D(insn, l, d, round) \ argument 35 #define DO_INSN_I2D(insn, round, type) \ argument 45 #define DO_PRINT_D2I(insn, d, type, round, cc) \ argument 53 #define DO_INSN_D2I(insn, round, type) \ argument
|
D | add.h | 6 #define ADD_REG_MEM(insn, s1, s2, CARRY) \ argument 21 #define ADD_REG_REG(insn, s1, s2, CARRY) \ argument 36 #define ADD_REG_IMM(insn, s1, s2, CARRY) \ argument 51 #define ADD_MEM_IMM(insn, s1, s2, CARRY) \ argument 144 #define ADD_REG_LDISP(insn, s1, s2, CARRY) \ argument 176 #define ADD_REG_XIMM(insn, s1, us2,s2, CARRY) \ argument
|
D | sub.h | 6 #define SUB_REG_MEM(insn, s1, s2, NOBORROW) \ argument 21 #define SUB_REG_REG(insn, s1, s2, NOBORROW) \ argument 36 #define SUB_REG_IMM(insn, s1, s2, NOBORROW) \ argument 97 #define SUB_REG_LDISP(insn, s1, s2, NOBORROW) \ argument
|
D | and.h | 6 #define AND_REG_MEM(insn, s1, s2) \ argument 19 #define AND_REG_REG(insn, s1, s2) \ argument 32 #define AND_REG_IMM(insn, s1, s2) \ argument 46 #define AND_MEM_IMM(insn, s1, s2) \ argument
|
D | xor.h | 6 #define XOR_REG_MEM(insn, s1, s2) \ argument 19 #define XOR_REG_REG(insn, s1, s2) \ argument 32 #define XOR_REG_IMM(insn, s1, s2) \ argument 46 #define XOR_MEM_IMM(insn, s1, s2) \ argument
|
D | or.h | 6 #define OR_REG_MEM(insn, s1, s2) \ argument 19 #define OR_REG_REG(insn, s1, s2) \ argument 32 #define OR_REG_IMM(insn, s1, s2) \ argument 46 #define OR_MEM_IMM(insn, s1, s2) \ argument
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.c | 170 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte() 186 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte() 190 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte() 264 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent() 281 static BOOL isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation() 301 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes() 529 static int readOpcode(struct InternalInstruction* insn) { in readOpcode() 649 struct InternalInstruction* insn, in getIDWithAttrMask() 715 static int getID(struct InternalInstruction* insn) { in getID() 905 static int readSIB(struct InternalInstruction* insn) { in readSIB() [all …]
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 197 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/libchrome/sandbox/linux/bpf_dsl/ |
D | verifier.cc | 35 void Ld(State* state, const struct sock_filter& insn, const char** err) { in Ld() 53 void Jmp(State* state, const struct sock_filter& insn, const char** err) { in Jmp() 103 uint32_t Ret(State*, const struct sock_filter& insn, const char** err) { in Ret() 111 void Alu(State* state, const struct sock_filter& insn, const char** err) { in Alu() 189 const struct sock_filter& insn = program[state.ip]; in EvaluateBPF() local
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 378 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/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 49 const Instruction *insn; member in nv50_ir::CodeEmitterGM107 517 const FlowInstruction *insn = this->insn->asFlow(); in emitBRA() local 554 const FlowInstruction *insn = this->insn->asFlow(); in emitCAL() local 583 const FlowInstruction *insn = this->insn->asFlow(); in emitPCNT() local 605 const FlowInstruction *insn = this->insn->asFlow(); in emitPBK() local 627 const FlowInstruction *insn = this->insn->asFlow(); in emitPRET() local 649 const FlowInstruction *insn = this->insn->asFlow(); in emitSSY() local 1120 const CmpInstruction *insn = this->insn->asCmp(); in emitDSET() local 1168 const CmpInstruction *insn = this->insn->asCmp(); in emitDSETP() local 1444 const CmpInstruction *insn = this->insn->asCmp(); in emitFCMP() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu_emit.c | 644 brw_inst *insn, in brw_set_ff_sync_message() 663 brw_inst *insn, in brw_set_urb_message() 705 brw_inst *insn, in brw_set_dp_write_message() 735 brw_inst *insn, in brw_set_dp_read_message() 818 brw_inst *insn; in brw_next_insn() local 837 brw_inst *insn = next_insn(p, opcode); in brw_alu1() local 851 brw_inst *insn = next_insn(p, opcode); in brw_alu2() local 1255 brw_inst *insn = next_insn(p, BRW_OPCODE_NOP); in brw_NOP() local 1343 brw_inst *insn; in brw_IF() local 1391 brw_inst *insn; in gen6_IF() local [all …]
|
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/ |
D | JarSourceCode.java | 355 AbstractInsnNode insn = getInstruction(i); in computeBlockEntryJarStates() local 365 private void updateStateForLocalVariableEnd(AbstractInsnNode insn) { in updateStateForLocalVariableEnd() 414 AbstractInsnNode insn = getInstruction(instructionIndex); in buildInstruction() local 456 private boolean verifyExceptionEdgesAreRecorded(AbstractInsnNode insn) { in verifyExceptionEdgesAreRecorded() 517 private static boolean isReturn(AbstractInsnNode insn) { in isReturn() 521 private static boolean isSwitch(AbstractInsnNode insn) { in isSwitch() 525 private static boolean isThrow(AbstractInsnNode insn) { in isThrow() 529 private static boolean isControlFlowInstruction(AbstractInsnNode insn) { in isControlFlowInstruction() 534 private boolean canThrow(AbstractInsnNode insn) { in canThrow() 594 AbstractInsnNode insn = getInstruction(index); in traceInstruction() local [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 89 const struct tgsi_full_instruction *insn, in translate_dst_register() 1030 const struct tgsi_full_instruction *insn) in emit_fake_arl() 1056 const struct tgsi_full_instruction *insn) in emit_if() 1087 const struct tgsi_full_instruction *insn) in emit_else() 1095 const struct tgsi_full_instruction *insn) in emit_endif() 1112 const struct tgsi_full_instruction *insn ) in emit_floor() 1141 const struct tgsi_full_instruction *insn) in emit_ceil() 1170 const struct tgsi_full_instruction *insn ) in emit_div() 1214 const struct tgsi_full_instruction *insn ) in emit_dp2() 1249 const struct tgsi_full_instruction *insn ) in emit_dph() [all …]
|