Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 73) sorted by relevance

123

/arch/arm/nwfpe/
Dfpopcode.h204 #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 …]
Dfpa11.c47 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()
Dfpa11_cprt.c35 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()
Dfpa11_cpdt.c224 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()
Dfpa11_cpdo.c30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
/arch/x86/lib/
Dinat.c27 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/
Dpf_in.c119 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/
Dmodule.c19 u32 opcode; in fixup_pcr() local
53 u32 *location, opcode; in apply_relocate_add() local
/arch/blackfin/kernel/
Dtrace.c274 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
Dtraps.c74 int opcode; in trap_c() local
567 unsigned int opcode; in is_valid_bugaddr() local
Dpseudodbg.c106 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()
Ddumpstack.c21 unsigned int opcode; in is_bfin_call() local
/arch/sh/kernel/
Dtraps_64.c146 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
Dtraps.c40 insn_size_t opcode; in is_valid_bugaddr() local
/arch/mips/include/asm/
Dinst.h200 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/
Dopcodes.c55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
Dinsn.c38 unsigned long opcode = 0xea000000; in __arm_gen_branch_arm() local
/arch/powerpc/platforms/pseries/
DhvCall_inst.c105 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/
Dtraps.c497 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/
Dmisalignment.c154 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/
Dtraps.c409 __u8 opcode[6]; in illegal_op() local
477 __u8 opcode[6]; in specification_exception() local
537 __u8 opcode[6]; in data_exception() local
Djump_label.c16 u16 opcode; member
/arch/powerpc/xmon/
Dppc-dis.c33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
Dspu-dis.c58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
/arch/ia64/kernel/
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local

123