/openbmc/linux/arch/riscv/kernel/probes/ |
D | simulate-insn.c |
|
/openbmc/linux/arch/arm/nwfpe/ |
D | fpopcode.h |
|
D | fpa11_cprt.c |
|
D | fpa11.c |
|
D | fpa11_cpdt.c |
|
/openbmc/linux/arch/csky/kernel/probes/ |
D | simulate-insn.c |
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpopcode.h | 201 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument 204 #define getOffset(opcode) (opcode & MASK_OFFSET) argument 207 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument 209 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument 210 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument 212 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 213 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 214 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 215 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 217 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument [all …]
|
H A D | fpa11_cprt.c | 36 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 D | fpa11.c | 79 void SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 121 void SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() 159 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs) in EmulateAll()
|
H A D | fpa11_cpdt.c | 215 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 D | fpopcode.c | 62 unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount() 78 unsigned int getDestinationSize(const unsigned int opcode) in getDestinationSize()
|
/openbmc/linux/arch/arm64/kernel/probes/ |
D | simulate-insn.c |
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 84 target_ulong opcode, in h_resize_hpt_prepare() 167 target_ulong opcode, in h_resize_hpt_commit() 207 target_ulong opcode, target_ulong *args) in h_set_sprg0() 216 target_ulong opcode, target_ulong *args) in h_set_dabr() 234 target_ulong opcode, target_ulong *args) in h_set_xdabr() 255 target_ulong opcode, target_ulong *args) in h_page_init() 451 target_ulong opcode, target_ulong *args) in h_register_vpa() 494 target_ulong opcode, target_ulong *args) in h_cede() 541 target_ulong opcode, target_ulong *args) in h_join() 577 target_ulong opcode, target_ulong *args) in h_confer() [all …]
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cpu_asm.h | 112 #define ASM_0(opcode) (opcode) argument 113 #define ASM_1(opcode, rd) ((opcode) + \ argument 115 #define ASM_1C(opcode, cr) ((opcode) + \ argument 117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument 120 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument 123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument 126 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument 130 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument 134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument 138 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument [all …]
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
D | opal-call.c |
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | decode_ext_mmvec.c | 132 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local 147 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local 176 int opcode = insn->opcode; in check_for_vhist() local 188 SlotMask mmvec_ext_decode_find_iclass_slots(int opcode) in mmvec_ext_decode_find_iclass_slots()
|
/openbmc/linux/arch/x86/lib/ |
D | inat.c |
|
/openbmc/linux/tools/arch/x86/lib/ |
D | inat.c |
|
/openbmc/linux/arch/x86/mm/ |
D | pf_in.c |
|
/openbmc/linux/tools/perf/scripts/python/ |
D | powerpc-hcalls.py |
|
/openbmc/qemu/disas/ |
H A D | sparc.c | 356 #define COMMUTEOP(opcode, op3, arch_mask) \ argument 1246 #define br(opcode, mask, lose, flags) \ argument 1250 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument 1265 #define tr(opcode, mask, lose, flags) \ argument 1325 #define brr(opcode, mask, lose, flags) /* v9 */ \ argument 1346 #define movr(opcode, mask, flags) /* v9 */ \ argument 1350 #define fmrrs(opcode, mask, lose, flags) /* v9 */ \ argument 1352 #define fmrrd(opcode, mask, lose, flags) /* v9 */ \ argument 1354 #define fmrrq(opcode, mask, lose, flags) /* v9 */ \ argument 1404 #define movicc(opcode, cond, flags) /* v9 */ \ argument [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
D | exmisc.c |
|
/openbmc/qemu/hw/dma/ |
H A D | pl330.c | 309 uint8_t opcode; member 635 static void pl330_dmaaddh(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaaddh() 640 static void pl330_dmaadnh(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaadnh() 645 static void pl330_dmaend(PL330Chan *ch, uint8_t opcode, in pl330_dmaend() 667 static void pl330_dmaflushp(PL330Chan *ch, uint8_t opcode, in pl330_dmaflushp() 688 static void pl330_dmago(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmago() 727 static void pl330_dmald(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmald() 757 static void pl330_dmaldp(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaldp() 777 static void pl330_dmalp(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmalp() 784 static void pl330_dmakill(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmakill() [all …]
|
/openbmc/linux/include/scsi/ |
D | srp.h |
|
/openbmc/linux/include/linux/pds/ |
D | pds_adminq.h |
|