Home
last modified time | relevance | path

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

1234

/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h204 #define getOffset(opcode) (opcode & MASK_OFFSET) argument
219 #define BIT_UP_SET(opcode) ((opcode & BIT_UP) != 0) argument
220 #define BIT_UP_CLEAR(opcode) ((opcode & BIT_DOWN) == 0) argument
222 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) argument
223 #define STORE(opcode) ((opcode & BIT_LOAD) == 0) argument
348 #define getCondition(opcode) (opcode >> 28) argument
351 #define getRn(opcode) ((opcode & MASK_Rn) >> 16) argument
354 #define getFd(opcode) ((opcode & MASK_Fd) >> 12) argument
357 #define getFn(opcode) ((opcode & MASK_Fn) >> 16) argument
360 #define getFm(opcode) (opcode & MASK_Fm) argument
[all …]
H A Dfpa11_cprt.c36 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT()
72 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT()
111 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX()
180 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
H A Dfpa11.c56 void SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
98 void SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
136 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs) in EmulateAll()
H A Dfpopcode.c62 unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount()
78 unsigned int getDestinationSize(const unsigned int opcode) in getDestinationSize()
H A Dfpa11_cpdt.c215 static unsigned int PerformLDF(const unsigned int opcode) in PerformLDF()
250 static unsigned int PerformSTF(const unsigned int opcode) in PerformSTF()
286 static unsigned int PerformLFM(const unsigned int opcode) in PerformLFM()
319 static unsigned int PerformSFM(const unsigned int opcode) in PerformSFM()
353 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
H A Dfpa11_cpdo.c25 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
H A Dextended_cpdo.c38 unsigned int ExtendedCPDO(const unsigned int opcode) in ExtendedCPDO()
H A Dsingle_cpdo.c38 unsigned int SingleCPDO(const unsigned int opcode) in SingleCPDO()
H A Ddouble_cpdo.c38 unsigned int DoubleCPDO(const unsigned int opcode) in DoubleCPDO()
/qemu/hw/ppc/
H A Dspapr_hcall.c83 target_ulong opcode, in h_resize_hpt_prepare()
166 target_ulong opcode, in h_resize_hpt_commit()
491 target_ulong opcode, target_ulong *args) in h_cede()
538 target_ulong opcode, target_ulong *args) in h_join()
574 target_ulong opcode, target_ulong *args) in h_confer()
629 target_ulong opcode, target_ulong *args) in h_prod()
652 target_ulong opcode, target_ulong *args) in h_rtas()
983 target_ulong opcode, in h_register_process_table()
1393 target_ulong opcode, in h_get_cpu_characteristics()
1528 void spapr_unregister_hypercall(target_ulong opcode) in spapr_unregister_hypercall()
[all …]
H A Dspapr_nested.c92 target_ulong opcode, in h_set_ptbl()
112 target_ulong opcode, in h_tlb_invalidate()
126 target_ulong opcode, in h_copy_tofrom_guest()
326 target_ulong opcode, in h_enter_nested()
1177 target_ulong opcode, in h_guest_get_capabilities()
1272 target_ulong opcode, in h_guest_create()
1333 target_ulong opcode, in h_guest_delete()
1364 target_ulong opcode, in h_guest_create_vcpu()
1526 target_ulong opcode, in h_guest_set_state()
1534 target_ulong opcode, in h_guest_get_state()
[all …]
H A Dspapr_vio.c160 target_ulong opcode, target_ulong *args) in h_reg_crq()
216 target_ulong opcode, target_ulong *args) in h_free_crq()
230 target_ulong opcode, target_ulong *args) in h_send_crq()
253 target_ulong opcode, target_ulong *args) in h_enable_crq()
546 target_ulong opcode, in h_vio_signal()
H A Dspapr_nvdimm.c244 target_ulong opcode, in h_scm_read_metadata()
299 target_ulong opcode, in h_scm_write_metadata()
361 target_ulong opcode, target_ulong *args) in h_scm_bind_mem()
658 target_ulong opcode, target_ulong *args) in h_scm_flush()
716 target_ulong opcode, target_ulong *args) in h_scm_unbind_mem()
774 target_ulong opcode, target_ulong *args) in h_scm_unbind_all()
824 target_ulong opcode, target_ulong *args) in h_scm_health()
/qemu/target/hexagon/mmvec/
H A Ddecode_ext_mmvec.c148 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local
163 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local
192 int opcode = insn->opcode; in check_for_vhist() local
204 SlotMask mmvec_ext_decode_find_iclass_slots(int opcode) in mmvec_ext_decode_find_iclass_slots()
/qemu/disas/
H A Dsparc.c356 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
1246 #define br(opcode, mask, lose, flags) \ argument
1265 #define tr(opcode, mask, lose, flags) \ argument
1346 #define movr(opcode, mask, flags) /* v9 */ \ argument
1404 #define movicc(opcode, cond, flags) /* v9 */ \ argument
1535 #define CBR(opcode, mask, lose, flags, arch) \ argument
1540 #define FBR(opcode, mask, lose, flags) \ argument
1845 #define SLCBCC2(opcode, mask, lose) \ argument
1848 #define SLCBCC(opcode, mask) \ argument
2270 const sparc_opcode *opcode; member
[all …]
/qemu/hw/dma/
H A Dpl330.c308 uint8_t opcode; member
652 static void pl330_dmaend(PL330Chan *ch, uint8_t opcode, in pl330_dmaend()
810 static void pl330_dmalpend(PL330Chan *ch, uint8_t opcode, in pl330_dmalpend()
869 static void pl330_dmanop(PL330Chan *ch, uint8_t opcode, in pl330_dmanop()
938 static void pl330_dmastp(PL330Chan *ch, uint8_t opcode, in pl330_dmastp()
959 static void pl330_dmastz(PL330Chan *ch, uint8_t opcode, in pl330_dmastz()
975 static void pl330_dmawfe(PL330Chan *ch, uint8_t opcode, in pl330_dmawfe()
1015 static void pl330_dmawfp(PL330Chan *ch, uint8_t opcode, in pl330_dmawfp()
1060 static void pl330_dmawmb(PL330Chan *ch, uint8_t opcode, in pl330_dmawmb()
1110 uint8_t opcode; in pl330_fetch_insn() local
[all …]
/qemu/target/openrisc/
H A Ddisas.c53 #define INSN(opcode, format, ...) \ argument
148 #define FP_INSN(opcode, suffix, format, ...) \ argument
/qemu/hw/intc/
H A Dxics_spapr.c62 target_ulong opcode, target_ulong *args) in h_cppr()
73 target_ulong opcode, target_ulong *args) in h_ipi()
89 target_ulong opcode, target_ulong *args) in h_xirr()
100 target_ulong opcode, target_ulong *args) in h_xirr_x()
112 target_ulong opcode, target_ulong *args) in h_eoi()
123 target_ulong opcode, target_ulong *args) in h_ipoll()
H A Dspapr_xive.c937 target_ulong opcode, in h_int_get_source_info()
1049 target_ulong opcode, in h_int_set_source_config()
1158 target_ulong opcode, in h_int_get_source_config()
1233 target_ulong opcode, in h_int_get_queue_info()
1321 target_ulong opcode, in h_int_set_queue_config()
1492 target_ulong opcode, in h_int_get_queue_config()
1595 target_ulong opcode, in h_int_set_os_reporting_line()
1635 target_ulong opcode, in h_int_get_os_reporting_line()
1682 target_ulong opcode, in h_int_esb()
1758 target_ulong opcode, in h_int_sync()
[all …]
/qemu/hw/scsi/
H A Dsrp.h124 uint8_t opcode; member
142 uint8_t opcode; member
154 uint8_t opcode; member
164 uint8_t opcode; member
170 uint8_t opcode; member
182 uint8_t opcode; member
200 uint8_t opcode; member
232 uint8_t opcode; member
/qemu/target/ppc/
H A Dinternal.h127 static inline uint32_t SPR(uint32_t opcode) in SPR()
184 static inline target_ulong LI(uint32_t opcode) in LI()
189 static inline uint32_t BD(uint32_t opcode) in BD()
/qemu/target/hexagon/
H A Ddecode.c228 static bool decode_opcode_can_jump(int opcode) in decode_opcode_can_jump()
244 static bool decode_opcode_ends_loop(int opcode) in decode_opcode_ends_loop()
255 uint16_t opcode; in decode_set_insn_attr_fields() local
334 int opcode = packet->insn[i].opcode; in decode_shuffle_for_execution() local
363 int opcode = packet->insn[i].opcode; in decode_shuffle_for_execution() local
H A Dattribs.h32 #define GET_ATTRIB(opcode, attrib) \ argument
H A Dgen_dectree_import.c84 static const char *get_opcode_enc(int opcode) in get_opcode_enc()
93 static const char *get_opcode_enc_class(int opcode) in get_opcode_enc_class()
/qemu/linux-user/arm/
H A Dcpu_loop.c246 static bool insn_is_linux_bkpt(uint32_t opcode, bool is_thumb) in insn_is_linux_bkpt()
264 static bool emulate_arm_fpa11(CPUARMState *env, uint32_t opcode) in emulate_arm_fpa11()
337 uint32_t opcode; in cpu_loop() local

1234