Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 275) sorted by relevance

1234567891011

/openbmc/qemu/target/mips/
H A Dhelper.h60 #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 Dpack.hpp82 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 Dunpack.hpp78 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 Dtricore-opcodes.h27 #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/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp101 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 Dread.hpp73 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 Dinterface_ops.hpp50 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/qemu/tcg/
H A Doptimize.c345 static TCGOp *opt_insert_after(OptContext *ctx, TCGOp *op, in opt_insert_after() argument
351 static TCGOp *opt_insert_before(OptContext *ctx, TCGOp *op, in opt_insert_before() argument
357 static bool tcg_opt_gen_mov(OptContext *ctx, TCGOp *op, TCGArg dst, TCGArg src) in tcg_opt_gen_mov() argument
420 tcg_opt_gen_movi(OptContext * ctx,TCGOp * op,TCGArg dst,uint64_t val) tcg_opt_gen_movi() argument
427 do_constant_folding_2(TCGOpcode op,TCGType type,uint64_t x,uint64_t y) do_constant_folding_2() argument
591 do_constant_folding(TCGOpcode op,TCGType type,uint64_t x,uint64_t y) do_constant_folding() argument
788 do_constant_folding_cond1(OptContext * ctx,TCGOp * op,TCGArg dest,TCGArg * p1,TCGArg * p2,TCGArg * pcond) do_constant_folding_cond1() argument
847 do_constant_folding_cond2(OptContext * ctx,TCGOp * op,TCGArg * args) do_constant_folding_cond2() argument
949 init_arguments(OptContext * ctx,TCGOp * op,int nb_args) init_arguments() argument
957 copy_propagate(OptContext * ctx,TCGOp * op,int nb_oargs,int nb_iargs) copy_propagate() argument
982 finish_folding(OptContext * ctx,TCGOp * op) finish_folding() argument
1006 fold_const1(OptContext * ctx,TCGOp * op) fold_const1() argument
1017 fold_const2(OptContext * ctx,TCGOp * op) fold_const2() argument
1029 fold_commutative(OptContext * ctx,TCGOp * op) fold_commutative() argument
1035 fold_const2_commutative(OptContext * ctx,TCGOp * op) fold_const2_commutative() argument
1047 fold_masks_zosa_int(OptContext * ctx,TCGOp * op,uint64_t z_mask,uint64_t o_mask,int64_t s_mask,uint64_t a_mask) fold_masks_zosa_int() argument
1102 fold_masks_zosa(OptContext * ctx,TCGOp * op,uint64_t z_mask,uint64_t o_mask,int64_t s_mask,uint64_t a_mask) fold_masks_zosa() argument
1109 fold_masks_zos(OptContext * ctx,TCGOp * op,uint64_t z_mask,uint64_t o_mask,uint64_t s_mask) fold_masks_zos() argument
1115 fold_masks_zo(OptContext * ctx,TCGOp * op,uint64_t z_mask,uint64_t o_mask) fold_masks_zo() argument
1121 fold_masks_zs(OptContext * ctx,TCGOp * op,uint64_t z_mask,uint64_t s_mask) fold_masks_zs() argument
1127 fold_masks_z(OptContext * ctx,TCGOp * op,uint64_t z_mask) fold_masks_z() argument
1132 fold_masks_s(OptContext * ctx,TCGOp * op,uint64_t s_mask) fold_masks_s() argument
1143 fold_to_not(OptContext * ctx,TCGOp * op,int idx) fold_to_not() argument
1172 fold_ix_to_i(OptContext * ctx,TCGOp * op,uint64_t i) fold_ix_to_i() argument
1181 fold_ix_to_not(OptContext * ctx,TCGOp * op,uint64_t i) fold_ix_to_not() argument
1190 fold_xi_to_i(OptContext * ctx,TCGOp * op,uint64_t i) fold_xi_to_i() argument
1199 fold_xi_to_x(OptContext * ctx,TCGOp * op,uint64_t i) fold_xi_to_x() argument
1208 fold_xi_to_not(OptContext * ctx,TCGOp * op,uint64_t i) fold_xi_to_not() argument
1217 fold_xx_to_i(OptContext * ctx,TCGOp * op,uint64_t i) fold_xx_to_i() argument
1226 fold_xx_to_x(OptContext * ctx,TCGOp * op) fold_xx_to_x() argument
1249 fold_add(OptContext * ctx,TCGOp * op) fold_add() argument
1259 fold_add_vec(OptContext * ctx,TCGOp * op) fold_add_vec() argument
1268 squash_prev_carryout(OptContext * ctx,TCGOp * op) squash_prev_carryout() argument
1301 fold_addci(OptContext * ctx,TCGOp * op) fold_addci() argument
1338 fold_addcio(OptContext * ctx,TCGOp * op) fold_addcio() argument
1398 fold_addco(OptContext * ctx,TCGOp * op) fold_addco() argument
1432 fold_and(OptContext * ctx,TCGOp * op) fold_and() argument
1480 fold_andc(OptContext * ctx,TCGOp * op) fold_andc() argument
1525 fold_bitsel_vec(OptContext * ctx,TCGOp * op) fold_bitsel_vec() argument
1580 fold_brcond(OptContext * ctx,TCGOp * op) fold_brcond() argument
1598 fold_brcond2(OptContext * ctx,TCGOp * op) fold_brcond2() argument
1694 fold_bswap(OptContext * ctx,TCGOp * op) fold_bswap() argument
1744 fold_call(OptContext * ctx,TCGOp * op) fold_call() argument
1781 fold_cmp_vec(OptContext * ctx,TCGOp * op) fold_cmp_vec() argument
1790 fold_cmpsel_vec(OptContext * ctx,TCGOp * op) fold_cmpsel_vec() argument
1811 fold_count_zeros(OptContext * ctx,TCGOp * op) fold_count_zeros() argument
1844 fold_ctpop(OptContext * ctx,TCGOp * op) fold_ctpop() argument
1865 fold_deposit(OptContext * ctx,TCGOp * op) fold_deposit() argument
1912 fold_divide(OptContext * ctx,TCGOp * op) fold_divide() argument
1921 fold_dup(OptContext * ctx,TCGOp * op) fold_dup() argument
1931 fold_dup2(OptContext * ctx,TCGOp * op) fold_dup2() argument
1946 fold_eqv(OptContext * ctx,TCGOp * op) fold_eqv() argument
1984 fold_extract(OptContext * ctx,TCGOp * op) fold_extract() argument
2003 fold_extract2(OptContext * ctx,TCGOp * op) fold_extract2() argument
2028 fold_exts(OptContext * ctx,TCGOp * op) fold_exts() argument
2054 fold_extu(OptContext * ctx,TCGOp * op) fold_extu() argument
2083 fold_mb(OptContext * ctx,TCGOp * op) fold_mb() argument
2107 fold_mov(OptContext * ctx,TCGOp * op) fold_mov() argument
2112 fold_movcond(OptContext * ctx,TCGOp * op) fold_movcond() argument
2166 fold_mul(OptContext * ctx,TCGOp * op) fold_mul() argument
2176 fold_mul_highpart(OptContext * ctx,TCGOp * op) fold_mul_highpart() argument
2185 fold_multiply2(OptContext * ctx,TCGOp * op) fold_multiply2() argument
2232 fold_nand(OptContext * ctx,TCGOp * op) fold_nand() argument
2252 fold_neg_no_const(OptContext * ctx,TCGOp * op) fold_neg_no_const() argument
2261 fold_neg(OptContext * ctx,TCGOp * op) fold_neg() argument
2266 fold_nor(OptContext * ctx,TCGOp * op) fold_nor() argument
2286 fold_not(OptContext * ctx,TCGOp * op) fold_not() argument
2298 fold_or(OptContext * ctx,TCGOp * op) fold_or() argument
2322 fold_orc(OptContext * ctx,TCGOp * op) fold_orc() argument
2366 fold_qemu_ld_1reg(OptContext * ctx,TCGOp * op) fold_qemu_ld_1reg() argument
2388 fold_qemu_ld_2reg(OptContext * ctx,TCGOp * op) fold_qemu_ld_2reg() argument
2395 fold_qemu_st(OptContext * ctx,TCGOp * op) fold_qemu_st() argument
2402 fold_remainder(OptContext * ctx,TCGOp * op) fold_remainder() argument
2412 fold_setcond_zmask(OptContext * ctx,TCGOp * op,bool neg) fold_setcond_zmask() argument
2496 fold_setcond_tst_pow2(OptContext * ctx,TCGOp * op,bool neg) fold_setcond_tst_pow2() argument
2561 fold_setcond(OptContext * ctx,TCGOp * op) fold_setcond() argument
2580 fold_negsetcond(OptContext * ctx,TCGOp * op) fold_negsetcond() argument
2600 fold_setcond2(OptContext * ctx,TCGOp * op) fold_setcond2() argument
2684 fold_sextract(OptContext * ctx,TCGOp * op) fold_sextract() argument
2706 fold_shift(OptContext * ctx,TCGOp * op) fold_shift() argument
2756 fold_sub_to_neg(OptContext * ctx,TCGOp * op) fold_sub_to_neg() argument
2790 fold_sub_vec(OptContext * ctx,TCGOp * op) fold_sub_vec() argument
2800 fold_sub(OptContext * ctx,TCGOp * op) fold_sub() argument
2819 squash_prev_borrowout(OptContext * ctx,TCGOp * op) squash_prev_borrowout() argument
2853 fold_subbi(OptContext * ctx,TCGOp * op) fold_subbi() argument
2892 fold_subbio(OptContext * ctx,TCGOp * op) fold_subbio() argument
2939 fold_subbo(OptContext * ctx,TCGOp * op) fold_subbo() argument
2958 fold_tcg_ld(OptContext * ctx,TCGOp * op) fold_tcg_ld() argument
2988 fold_tcg_ld_memcopy(OptContext * ctx,TCGOp * op) fold_tcg_ld_memcopy() argument
3011 fold_tcg_st(OptContext * ctx,TCGOp * op) fold_tcg_st() argument
3042 fold_tcg_st_memcopy(OptContext * ctx,TCGOp * op) fold_tcg_st_memcopy() argument
3074 fold_xor(OptContext * ctx,TCGOp * op) fold_xor() argument
3100 TCGOp *op, *op_next; tcg_optimize() local
[all...]
H A Dtcg-internal.h42 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/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.hpp33 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 Dpci_indirect.c16 #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 Dspi-mem.c37 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 Dspi-mem-nodm.c10 const struct spi_mem_op *op) in spi_mem_exec_op()
86 struct spi_mem_op *op) in spi_mem_adjust_op_size()
/openbmc/qemu/target/openrisc/
H A Dhelper.h39 #define FOP_CALC(op) \ argument
49 #define FOP_CMP(op) \ argument
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h187 #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/disas/
H A Driscv-xthead.c252 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 Dcpu.h70 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 Dpci.c21 #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 Ddfp_helper.c429 #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 Dx86_decode.c102 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 Dpci.c21 #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 Ditest.c29 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/entity-manager/src/entity_manager/
H A Dexpression.cpp11 parseOperation(std::string & op) parseOperation() argument
37 evaluate(int a,Operation op,int b) evaluate() argument
/openbmc/qemu/target/riscv/
H A Dinstmap.h22 #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/qemu/tests/tcg/i386/
H A Dtest-mmx.py71 def match(op, pattern): argument
77 def __init__(self, op): argument
122 def ArgGenerator(arg, op): argument
152 def __init__(self, op, args): argument

1234567891011