Home
last modified time | relevance | path

Searched refs:exec_op (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.h2 #define exec_op glue(exec_, OP) macro
100 void exec_op(long s0, long s1) in exec_op() function
122 exec_op(0x12345678, 0x812FADA); in glue()
123 exec_op(0x12341, 0x12341); in glue()
124 exec_op(0x12341, -0x12341); in glue()
125 exec_op(0xffffffff, 0); in glue()
126 exec_op(0xffffffff, -1); in glue()
127 exec_op(0xffffffff, 1); in glue()
128 exec_op(0xffffffff, 2); in glue()
129 exec_op(0x7fffffff, 0); in glue()
[all …]
H A Dtest-i386-shift.h2 #define exec_op glue(exec_, OP) macro
139 void exec_op(long s2, long s0, long s1) in exec_op() function
174 exec_op(0x21ad3d34, 0x12345678, i); in glue()
176 exec_op(0x813f3421, 0x82345679, i); in glue()
/openbmc/u-boot/include/
H A Dspi-mem.h184 int (*exec_op)(struct spi_slave *slave, member
/openbmc/u-boot/drivers/spi/
H A Dspi-mem.c238 ret = ops->mem_ops->exec_op(slave, op); in spi_mem_exec_op()
418 if (!ops->mem_ops || !ops->mem_ops->exec_op) { in spi_mem_adjust_op_size()