/openbmc/qemu/target/riscv/ |
H A D | instmap.h | 302 #define GET_B_IMM(inst) ((extract32(inst, 8, 4) << 1) \ argument 307 #define GET_STORE_IMM(inst) ((extract32(inst, 7, 5)) \ argument 310 #define GET_JAL_IMM(inst) ((extract32(inst, 21, 10) << 1) \ argument 315 #define GET_FUNCT3(inst) extract32(inst, 12, 3) argument 316 #define GET_FUNCT7(inst) extract32(inst, 25, 7) argument 317 #define GET_RM(inst) extract32(inst, 12, 3) argument 318 #define GET_RS3(inst) extract32(inst, 27, 5) argument 319 #define GET_RS1(inst) extract32(inst, 15, 5) argument 320 #define GET_RS2(inst) extract32(inst, 20, 5) argument 321 #define GET_RD(inst) extract32(inst, 7, 5) argument [all …]
|
H A D | csr.c | 1242 int inst = riscv_pmu_ctr_monitor_instructions(env, counter_idx); in riscv_pmu_ctr_get_fixed_counters_val() local
|
/openbmc/qemu/disas/ |
H A D | riscv-xthead.c | 251 rv_inst inst = dec->inst; in decode_xtheadba() local 280 rv_inst inst = dec->inst; in decode_xtheadbb() local 336 rv_inst inst = dec->inst; in decode_xtheadbs() local 362 rv_inst inst = dec->inst; in decode_xtheadcmo() local 440 rv_inst inst = dec->inst; in decode_xtheadcondmov() local 467 rv_inst inst = dec->inst; in decode_xtheadfmemidx() local 504 rv_inst inst = dec->inst; in decode_xtheadfmv() local 539 rv_inst inst = dec->inst; in decode_xtheadmac() local 570 rv_inst inst = dec->inst; in decode_xtheadmemidx() local 644 rv_inst inst = dec->inst; in decode_xtheadmempair() local [all …]
|
H A D | riscv.c | 2543 rv_inst inst = dec->inst; in decode_inst_opcode() local 4168 static uint32_t operand_rd(rv_inst inst) in operand_rd() 4173 static uint32_t operand_rs1(rv_inst inst) in operand_rs1() 4178 static uint32_t operand_rs2(rv_inst inst) in operand_rs2() 4183 static uint32_t operand_rs3(rv_inst inst) in operand_rs3() 4188 static uint32_t operand_aq(rv_inst inst) in operand_aq() 4193 static uint32_t operand_rl(rv_inst inst) in operand_rl() 4198 static uint32_t operand_pred(rv_inst inst) in operand_pred() 4203 static uint32_t operand_succ(rv_inst inst) in operand_succ() 4208 static uint32_t operand_rm(rv_inst inst) in operand_rm() [all …]
|
H A D | riscv-xventana.c | 25 rv_inst inst = dec->inst; in decode_xventanacondops() local
|
H A D | microblaze.c | 647 unsigned long inst; in read_insn_microblaze() local 676 int immval, unsigned inst, int addend) in print_immval_addr() 699 unsigned long inst, prev_inst; in print_insn_microblaze() local
|
H A D | riscv.h | 194 uint64_t inst; member
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | opcodes.h | 10 #define OPCODE_OP(inst) ((inst) & 0x3f) argument 11 #define OPCODE_OPX(inst) (((inst)>>11) & 0x3f) argument 12 #define OPCODE_RA(inst) (((inst)>>27) & 01f) argument 13 #define OPCODE_RB(inst) (((inst)>>22) & 01f) argument 14 #define OPCODE_RC(inst) (((inst)>>17) & 01f) argument
|
/openbmc/phosphor-power/ |
H A D | device.hpp | 33 Device(const std::string& name, size_t inst) : name(name), instance(inst) {} in Device()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | device.hpp | 33 Device(const std::string& name, size_t inst) : name(name), instance(inst) {} in Device()
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/ |
H A D | cpu.c | 247 u32 imme, inst; in start_cpu() local
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 35 const gchar* inst = flash_get_flasher_instance(flash); in update() local 246 const char* inst[] = {"bios"}; in on_bus_acquired() local
|
/openbmc/openpower-hw-diags/analyzer/ras-data/ |
H A D | ras-data-parser.cpp | 306 std::string inst{buf}; in parseSignature() local 476 auto inst = a.at("instance").get<unsigned int>(); in parseAction() local
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 432 OfInstance *inst = NULL; in vof_do_open() local 460 uint32_t inst; in vof_client_open_store() local 555 OfInstance *inst = (OfInstance *) in vof_write() local 776 OfInstance *inst; in vof_call_method() local 996 OfInstance *inst = (OfInstance *)data; in vof_instance_free() local
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 48 PowerSupply::PowerSupply(const std::string& name, size_t inst, in PowerSupply()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 71 PowerSupply::PowerSupply(const std::string& name, size_t inst, in PowerSupply()
|
/openbmc/dbus-sensors/src/ |
H A D | sensor.hpp | 165 auto& inst = *instrumentation; in updateInstrumentation() local
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 238 Inst inst; /**< Parsing data of the current inst */ member
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 492 static uint8_t sb_command_checksum(struct sb_command *inst) in sb_command_checksum()
|
/openbmc/qemu/qom/ |
H A D | object.c | 912 Object *inst; in object_dynamic_cast_assert() local
|