| /openbmc/qemu/target/mips/ |
| H A D | helper.h | 60 #define FOP_PROTO(op) \ argument 67 #define FOP_PROTO(op) \ argument 76 #define FOP_PROTO(op) \ argument 93 #define FOP_PROTO(op) \ argument 102 #define FOP_PROTO(op) \ argument 110 #define FOP_PROTO(op) \ argument 118 #define FOP_PROTO(op) \ argument 130 #define FOP_PROTO(op) \ argument 140 #define FOP_PROTO(op) \ argument 165 #define FOP_PROTO(op) \ argument
|
| /openbmc/phosphor-host-ipmid/include/ipmid/message/ |
| H A D | pack.hpp | 82 static int op(Payload& p, const T& t) in op() function 106 static int op(Payload& p, const std::tuple<T...>& v) in op() function 119 static int op(Payload& p, const std::string& t) in op() function 140 static int op(Payload& p, const fixed_uint_t<N>& t) in op() function 162 static int op(Payload& p, const bool& b) in op() function 173 static int op(Payload& p, const std::bitset<N>& t) in op() function 193 static int op(Payload& p, const std::optional<T>& t) in op() function 208 static int op(Payload& p, const std::array<T, N>& t) in op() function 227 static int op(Payload& p, const std::vector<T>& t) in op() function 246 static int op(Payload& p, const std::vector<uint8_t>& t) in op() function [all …]
|
| H A D | unpack.hpp | 78 static int op(Payload& p, T& t) in op() function 141 static int op(Payload& p, std::string& t) in op() function 166 static int op(Payload& p, fixed_uint_t<N>& t) in op() function 187 static int op(Payload& p, bool& b) in op() function 207 static int op(Payload& p, std::bitset<N>& t) in op() function 230 static int op(Payload& p, std::optional<T>& t) in op() function 259 static int op(Payload& p, std::array<T, N>& t) in op() function 281 static int op(Payload& p, std::array<uint8_t, N>& t) in op() function 300 static int op(Payload& p, std::vector<T>& t) in op() function 324 static int op(Payload& p, std::vector<uint8_t>& t) in op() function [all …]
|
| /openbmc/qemu/target/tricore/ |
| H A D | tricore-opcodes.h | 27 #define MASK_BITS_SHIFT(op, start, end) (extract32(op, (start), \ argument 29 #define MASK_BITS_SHIFT_SEXT(op, start, end) (sextract32(op, (start),\ argument 34 #define MASK_OP_MAJOR(op) MASK_BITS_SHIFT(op, 0, 7) argument 37 #define MASK_OP_SB_DISP8(op) MASK_BITS_SHIFT(op, 8, 15) argument 38 #define MASK_OP_SB_DISP8_SEXT(op) MASK_BITS_SHIFT_SEXT(op, 8, 15) argument 40 #define MASK_OP_SBC_CONST4(op) MASK_BITS_SHIFT(op, 12, 15) argument 41 #define MASK_OP_SBC_CONST4_SEXT(op) MASK_BITS_SHIFT_SEXT(op, 12, 15) argument 42 #define MASK_OP_SBC_DISP4(op) MASK_BITS_SHIFT(op, 8, 11) argument 44 #define MASK_OP_SBR_S2(op) MASK_BITS_SHIFT(op, 12, 15) argument 45 #define MASK_OP_SBR_DISP4(op) MASK_BITS_SHIFT(op, 8, 11) argument [all …]
|
| /openbmc/qemu/tcg/ |
| H A D | optimize.c | 345 static TCGOp *opt_insert_after(OptContext *ctx, TCGOp *op, in opt_insert_after() 351 static TCGOp *opt_insert_before(OptContext *ctx, TCGOp *op, in opt_insert_before() 357 static bool tcg_opt_gen_mov(OptContext *ctx, TCGOp *op, TCGArg dst, TCGArg src) in tcg_opt_gen_mov() 420 static bool tcg_opt_gen_movi(OptContext *ctx, TCGOp *op, in tcg_opt_gen_movi() 427 static uint64_t do_constant_folding_2(TCGOpcode op, TCGType type, in do_constant_folding_2() 591 static uint64_t do_constant_folding(TCGOpcode op, TCGType type, in do_constant_folding() 788 static int do_constant_folding_cond1(OptContext *ctx, TCGOp *op, TCGArg dest, in do_constant_folding_cond1() 847 static int do_constant_folding_cond2(OptContext *ctx, TCGOp *op, TCGArg *args) in do_constant_folding_cond2() 949 static void init_arguments(OptContext *ctx, TCGOp *op, int nb_args) in init_arguments() 957 static void copy_propagate(OptContext *ctx, TCGOp *op, in copy_propagate() [all …]
|
| H A D | tcg-internal.h | 42 static inline void *tcg_call_func(TCGOp *op) in tcg_call_func() 47 static inline const TCGHelperInfo *tcg_call_info(TCGOp *op) in tcg_call_info() 52 static inline unsigned tcg_call_flags(TCGOp *op) in tcg_call_flags()
|
| /openbmc/sdbusplus/include/sdbusplus/message/ |
| H A D | append.hpp | 101 op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& t) in op() function 116 op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& t) in op() function 141 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& s) in op() function 156 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& s) in op() function 168 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& s) in op() function 180 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S&& s) in op() function 192 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S&& s) in op() function 204 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& b) in op() function 226 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S&& s) in op() function 254 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S&& s) in op() function [all …]
|
| H A D | read.hpp | 73 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& t) in op() function 93 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& t) in op() function 122 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S& t) in op() function 140 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S& t) in op() function 163 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S& t) in op() function 208 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T&& t) in op() function 229 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S& t) in op() function 266 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, S& t) in op() function 383 static void op(sdbusplus::SdBusInterface* intf, sd_bus_message* m, in op() function 395 static void op(sdbusplus::SdBusInterface*, sd_bus_message*, S&) {} in op() function
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | interface_ops.hpp | 50 static std::any op(sdbusplus::bus_t& bus, const char* path, in op() function 60 static std::any op(sdbusplus::bus_t& bus, const char* path, in op() function 80 static InterfaceVariantType op(const std::string /* propertyName */, in op() function 90 static InterfaceVariantType op(const std::string propertyName, in op() function 102 static void op(const Interface&, std::any&, bool) {} in op() function 108 static void op(const Interface& props, std::any& holder, bool deferSignal) in op() function 124 static void op(const std::string& path, const std::string& iface, in op() function 134 static void op(const std::string& path, const std::string& iface, in op() function 145 static void op(const std::string& path, const std::string& iface, std::any&) in op() function 154 static void op(const std::string& path, const std::string& iface, in op() function
|
| /openbmc/phosphor-dbus-monitor/src/test/ |
| H A D | propertywatchtest.hpp | 33 static Ret op(DBusInterfaceType& dbus, const std::string& busName, in op() function 48 static GetObject op(DBusInterfaceType& dbus, const std::string& busName, in op() function 64 static PropertiesChanged<uint64_t> op( in op() function 80 static PropertiesChanged<uint32_t> op( in op() function 96 static PropertiesChanged<uint16_t> op( in op() function 112 static PropertiesChanged<uint8_t> op( in op() function 128 static PropertiesChanged<int64_t> op( in op() function 144 static PropertiesChanged<int32_t> op( in op() function 160 static PropertiesChanged<int16_t> op( in op() function 176 static PropertiesChanged<int8_t> op( in op() function [all …]
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_indirect.c | 16 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 17 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) argument 20 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument 35 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | spi-mem.c | 37 const struct spi_mem_op *op, in spi_controller_dma_map_mem_op_data() 83 const struct spi_mem_op *op, in spi_controller_dma_unmap_mem_op_data() 135 const struct spi_mem_op *op) in spi_mem_default_supports_op() 173 const struct spi_mem_op *op) in spi_mem_supports_op() 197 int spi_mem_exec_op(struct spi_slave *slave, const struct spi_mem_op *op) in spi_mem_exec_op() 410 int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) in spi_mem_adjust_op_size()
|
| H A D | spi-mem-nodm.c | 10 const struct spi_mem_op *op) in spi_mem_exec_op() 86 struct spi_mem_op *op) in spi_mem_adjust_op_size()
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 187 #define APPEND_CMD_RET(cmd, op) \ argument 210 #define APPEND_CMD(cmd, op) \ argument 218 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument 228 #define APPEND_CMD_PTR(cmd, op) \ argument 257 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument 271 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument 281 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument 295 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument 312 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument 323 #define APPEND_CMD_RAW_IMM(cmd, op, type) \ argument
|
| /openbmc/qemu/target/openrisc/ |
| H A D | helper.h | 39 #define FOP_CALC(op) \ argument 49 #define FOP_CMP(op) \ argument
|
| /openbmc/qemu/disas/ |
| H A D | riscv-xthead.c | 252 rv_opcode op = rv_op_illegal; in decode_xtheadba() local 281 rv_opcode op = rv_op_illegal; in decode_xtheadbb() local 337 rv_opcode op = rv_op_illegal; in decode_xtheadbs() local 363 rv_opcode op = rv_op_illegal; in decode_xtheadcmo() local 441 rv_opcode op = rv_op_illegal; in decode_xtheadcondmov() local 468 rv_opcode op = rv_op_illegal; in decode_xtheadfmemidx() local 505 rv_opcode op = rv_op_illegal; in decode_xtheadfmv() local 540 rv_opcode op = rv_op_illegal; in decode_xtheadmac() local 571 rv_opcode op = rv_op_illegal; in decode_xtheadmemidx() local 645 rv_opcode op = rv_op_illegal; in decode_xtheadmempair() local [all …]
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | cpu.h | 70 static inline struct cpuid_result cpuid(int op) in cpuid() 90 static inline struct cpuid_result cpuid_ext(int op, unsigned ecx) in cpuid_ext() 110 static inline unsigned int cpuid_eax(unsigned int op) in cpuid_eax() 123 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() 137 static inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() 150 static inline unsigned int cpuid_edx(unsigned int op) in cpuid_edx()
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | pci.c | 21 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument 22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument 24 #define PCI_OP(rw, size, type, op, mask) \ argument
|
| /openbmc/qemu/target/ppc/ |
| H A D | dfp_helper.c | 429 #define DFP_HELPER_TAB(op, dnop, postprocs, size) \ argument 495 #define DFP_HELPER_BF_AB(op, dnop, postprocs, size) \ argument 527 #define DFP_HELPER_TSTDC(op, size) \ argument 555 #define DFP_HELPER_TSTDG(op, size) \ argument 610 #define DFP_HELPER_TSTEX(op, size) \ argument 642 #define DFP_HELPER_TSTSF(op, size) \ argument 679 #define DFP_HELPER_TSTSFI(op, size) \ argument 739 #define DFP_HELPER_QUAI(op, size) \ argument 760 #define DFP_HELPER_QUA(op, size) \ argument 832 #define DFP_HELPER_RRND(op, size) \ argument [all …]
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86_decode.c | 102 struct x86_decode_op *op) in decode_modrm_rm() 108 struct x86_decode_op *op) in decode_modrm_reg() 117 struct x86_decode_op *op) in decode_rax() 150 struct x86_decode_op *op) in decode_imm8() 157 struct x86_decode_op *op) in decode_imm8_signed() 165 struct x86_decode_op *op) in decode_imm16() 173 struct x86_decode_op *op) in decode_imm() 185 struct x86_decode_op *op) in decode_imm_signed() 193 struct x86_decode_op *op) in decode_imm_1() 200 struct x86_decode_op *op) in decode_imm_0() [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 21 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument 22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument 24 #define PCI_OP(rw, size, type, op, mask) \ argument
|
| /openbmc/u-boot/cmd/ |
| H A D | itest.c | 29 char *op; /* operator string */ member 109 static int stringcomp(char *s, char *t, int op) in stringcomp() 129 static int arithcomp (char *s, char *t, int op, int w) in arithcomp() 147 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test()
|
| /openbmc/qemu/target/riscv/ |
| H A D | instmap.h | 22 #define MASK_OP_MAJOR(op) (op & 0x7F) argument 56 #define MASK_OP_ARITH(op) (MASK_OP_MAJOR(op) | (op & ((0x7 << 12) | \ argument 83 #define MASK_OP_ARITH_IMM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 96 #define MASK_OP_BRANCH(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 129 #define MASK_OP_LOAD(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 140 #define MASK_OP_STORE(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 148 #define MASK_OP_JALR(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 151 #define MASK_OP_ATOMIC(op) \ argument 153 #define MASK_OP_ATOMIC_NO_AQ_RL_SZ(op) \ argument 170 #define MASK_OP_SYSTEM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument [all …]
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | expression.cpp | 12 std::optional<Operation> parseOperation(std::string& op) in parseOperation() 38 int evaluate(int a, Operation op, int b) in evaluate()
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-mmx.py | 71 def match(op, pattern): argument 77 def __init__(self, op): argument 122 def ArgGenerator(arg, op): argument 152 def __init__(self, op, args): argument
|