Home
last modified time | relevance | path

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

12345678910>>...12

/linux-3.3/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_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.c48 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
66 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
98 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
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()
/linux-3.3/arch/x86/lib/
Dinat.c27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute()
32 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, insn_byte_t last_pfx, 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()
/linux-3.3/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
/linux-3.3/drivers/scsi/aic7xxx_old/
Dsequencer.h46 opcode : 4, member
56 opcode : 4, member
65 opcode : 4, member
72 opcode : 4, member
82 opcode : 4, member
92 opcode : 4, member
/linux-3.3/drivers/acpi/acpica/
Dpsopcode.c736 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info()
781 char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
Dexmisc.c412 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) in acpi_ex_do_math_op()
499 acpi_ex_do_logical_numeric_op(u16 opcode, in acpi_ex_do_logical_numeric_op()
560 acpi_ex_do_logical_op(u16 opcode, in acpi_ex_do_logical_op()
Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode) in acpi_ps_alloc_op()
Dpsparse.c74 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size()
103 u16 opcode; in acpi_ps_peek_opcode() local
/linux-3.3/arch/blackfin/kernel/
Dtrace.c273 static void decode_ProgCtrl_0(unsigned int opcode) in decode_ProgCtrl_0()
329 static void decode_BRCC_0(unsigned int opcode) in decode_BRCC_0()
345 static void decode_CALLa_0(unsigned int opcode) in decode_CALLa_0()
371 static void decode_LoopSetup_0(unsigned int opcode) in decode_LoopSetup_0()
398 static void decode_dspLDST_0(unsigned int opcode) in decode_dspLDST_0()
461 static void decode_LDST_0(unsigned int opcode) in decode_LDST_0()
519 static void decode_LDSTii_0(unsigned int opcode) in decode_LDSTii_0()
556 static void decode_LDSTidxI_0(unsigned int opcode) in decode_LDSTidxI_0()
588 static void decode_opcode(unsigned int opcode) in decode_opcode()
622 unsigned int opcode; in decode_instruction() local
Dtraps.c73 int opcode; in trap_c() local
566 unsigned int opcode; in is_valid_bugaddr() local
/linux-3.3/include/scsi/
Dsrp.h119 u8 opcode; member
137 u8 opcode; member
149 u8 opcode; member
159 u8 opcode; member
165 u8 opcode; member
177 u8 opcode; member
195 u8 opcode; member
227 u8 opcode; member
243 u8 opcode; member
251 u8 opcode; member
[all …]
/linux-3.3/arch/sh/kernel/
Dtraps_64.c147 unsigned long opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local
300 unsigned long opcode; in read_opcode() local
344 __u32 opcode, in generate_and_check_address()
421 __u32 opcode, in misaligned_load()
500 __u32 opcode, in misaligned_store()
575 __u32 opcode, in misaligned_fpu_load()
652 __u32 opcode, in misaligned_fpu_store()
729 unsigned long opcode; in misaligned_fixup() local
/linux-3.3/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h54 opcode : 4, member
73 opcode : 4, member
91 opcode : 4, member
109 opcode : 4, member
127 opcode : 4, member
145 opcode : 4, member
/linux-3.3/arch/c6x/kernel/
Dmodule.c19 u32 opcode; in fixup_pcr() local
53 u32 *location, opcode; in apply_relocate_add() local
/linux-3.3/drivers/scsi/
Dnsp32_debug.c47 #define group(opcode) (((opcode) >> 5) & 7) argument
63 static void print_opcodek(unsigned char opcode) in print_opcodek()
/linux-3.3/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
255 unsigned int opcode : 6; member
265 unsigned int opcode:6; member
274 unsigned int opcode : 6; member
[all …]
/linux-3.3/drivers/scsi/pcmcia/
Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7) argument
65 static void print_opcodek(unsigned char opcode) in print_opcodek()
/linux-3.3/arch/mips/kernel/
Dtraps.c498 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll()
537 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc()
585 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc()
605 static int simulate_rdhwr(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr()
647 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync()
821 unsigned int opcode, bcode; in do_bp() local
864 unsigned int opcode, tcode = 0; in do_tr() local
884 unsigned int opcode = 0; in do_ri() local
983 unsigned int opcode; in do_cpu() local
/linux-3.3/drivers/mmc/core/
Dmmc_ops.c212 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native()
235 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data()
455 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test()
555 unsigned int opcode; in mmc_send_hpi_cmd() local
/linux-3.3/drivers/infiniband/hw/ipath/
Dipath_rc.c728 u32 opcode; in reset_psn() local
857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack()
1121 u32 opcode, in ipath_rc_rcv_resp()
1339 u32 opcode, in ipath_rc_rcv_error()
1574 u32 opcode; in ipath_rc_rcv() local
/linux-3.3/arch/mn10300/mm/
Dmisalignment.c155 u_int32_t opcode; member
326 uint32_t opcode, noc, xo, xm; in misalignment() local
550 unsigned params, unsigned opcode, in misalignment_addr()
679 unsigned opcode, unsigned long disp, in misalignment_reg()
742 static void misalignment_MOV_Lcc(struct pt_regs *regs, uint32_t opcode) in misalignment_MOV_Lcc()
/linux-3.3/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()

12345678910>>...12