/arch/arm/nwfpe/ |
D | fpopcode.h | 204 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument 207 #define getOffset(opcode) (opcode & MASK_OFFSET) argument 210 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument 212 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument 213 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument 215 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 216 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 217 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 218 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 220 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument [all …]
|
D | fpa11.c | 47 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 65 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() 97 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
|
D | fpa11_cprt.c | 35 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT() 69 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT() 112 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX() 154 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
|
D | fpa11_cpdt.c | 224 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF() 267 unsigned int PerformSTF(const unsigned int opcode) in PerformSTF() 318 unsigned int PerformLFM(const unsigned int opcode) in PerformLFM() 354 unsigned int PerformSFM(const unsigned int opcode) in PerformSFM() 390 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
|
D | fpa11_cpdo.c | 30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
|
/arch/x86/lib/ |
D | inat.c | 27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
|
/arch/x86/mm/ |
D | pf_in.c | 119 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() 135 #define CHECK_OP_TYPE(opcode, array, type) \ argument 145 unsigned int opcode; in get_ins_type() local 166 unsigned int opcode; in get_ins_reg_width() local 189 unsigned int opcode; in get_ins_mem_width() local 412 unsigned int opcode; in get_ins_reg_val() local 466 unsigned int opcode; in get_ins_imm_val() local
|
/arch/c6x/kernel/ |
D | module.c | 19 u32 opcode; in fixup_pcr() local 53 u32 *location, opcode; in apply_relocate_add() local
|
/arch/blackfin/kernel/ |
D | trace.c | 274 static void decode_ProgCtrl_0(unsigned int opcode) in decode_ProgCtrl_0() 330 static void decode_BRCC_0(unsigned int opcode) in decode_BRCC_0() 346 static void decode_CALLa_0(unsigned int opcode) in decode_CALLa_0() 372 static void decode_LoopSetup_0(unsigned int opcode) in decode_LoopSetup_0() 399 static void decode_dspLDST_0(unsigned int opcode) in decode_dspLDST_0() 462 static void decode_LDST_0(unsigned int opcode) in decode_LDST_0() 520 static void decode_LDSTii_0(unsigned int opcode) in decode_LDSTii_0() 557 static void decode_LDSTidxI_0(unsigned int opcode) in decode_LDSTidxI_0() 589 static void decode_opcode(unsigned int opcode) in decode_opcode() 623 unsigned int opcode; in decode_instruction() local
|
D | traps.c | 74 int opcode; in trap_c() local 567 unsigned int opcode; in is_valid_bugaddr() local
|
D | pseudodbg.c | 106 bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg_assert() 158 bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg()
|
D | dumpstack.c | 21 unsigned int opcode; in is_bfin_call() local
|
/arch/sh/kernel/ |
D | traps_64.c | 146 unsigned long opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local 299 unsigned long opcode; in read_opcode() local 343 __u32 opcode, in generate_and_check_address() 420 __u32 opcode, in misaligned_load() 499 __u32 opcode, in misaligned_store() 574 __u32 opcode, in misaligned_fpu_load() 651 __u32 opcode, in misaligned_fpu_store() 728 unsigned long opcode; in misaligned_fixup() local
|
D | traps.c | 40 insn_size_t opcode; in is_valid_bugaddr() local
|
/arch/mips/include/asm/ |
D | inst.h | 200 unsigned int opcode : 6; member 205 unsigned int opcode : 6; member 212 unsigned int opcode : 6; member 219 unsigned int opcode : 6; member 227 unsigned int opcode : 6; member 236 unsigned int opcode : 6; member 245 unsigned int opcode : 6; member 254 unsigned int opcode : 6; member 264 unsigned int opcode : 6; member 274 unsigned int opcode:6; member [all …]
|
/arch/arm/kernel/ |
D | opcodes.c | 55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
|
D | insn.c | 38 unsigned long opcode = 0xea000000; in __arm_gen_branch_arm() local
|
/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 105 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry() 117 static void probe_hcall_exit(void *ignored, unsigned long opcode, unsigned long retval, in probe_hcall_exit()
|
/arch/mips/kernel/ |
D | traps.c | 497 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll() 536 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc() 584 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc() 604 static int simulate_rdhwr(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr() 646 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync() 820 unsigned int opcode, bcode; in do_bp() local 863 unsigned int opcode, tcode = 0; in do_tr() local 883 unsigned int opcode = 0; in do_ri() local 982 unsigned int opcode; in do_cpu() local
|
/arch/mn10300/mm/ |
D | misalignment.c | 154 u_int32_t opcode; member 325 uint32_t opcode, noc, xo, xm; in misalignment() local 549 unsigned params, unsigned opcode, in misalignment_addr() 678 unsigned opcode, unsigned long disp, in misalignment_reg() 741 static void misalignment_MOV_Lcc(struct pt_regs *regs, uint32_t opcode) in misalignment_MOV_Lcc()
|
/arch/s390/kernel/ |
D | traps.c | 409 __u8 opcode[6]; in illegal_op() local 477 __u8 opcode[6]; in specification_exception() local 537 __u8 opcode[6]; in data_exception() local
|
D | jump_label.c | 16 u16 opcode; member
|
/arch/powerpc/xmon/ |
D | ppc-dis.c | 33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
|
D | spu-dis.c | 58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
|
/arch/ia64/kernel/ |
D | brl_emu.c | 58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
|