| /openbmc/qemu/include/exec/ |
| H A D | memory_ldst_phys.h.inc | 24 return glue(address_space_lduw, SUFFIX)(ARG1, addr, 30 return glue(address_space_ldl, SUFFIX)(ARG1, addr, 36 return glue(address_space_ldq, SUFFIX)(ARG1, addr, 42 glue(address_space_stw, SUFFIX)(ARG1, addr, val, 48 glue(address_space_stl, SUFFIX)(ARG1, addr, val, 54 glue(address_space_stq, SUFFIX)(ARG1, addr, val, 60 return glue(address_space_ldub, SUFFIX)(ARG1, addr, 66 return glue(address_space_lduw_le, SUFFIX)(ARG1, addr, 72 return glue(address_space_lduw_be, SUFFIX)(ARG1, addr, 78 return glue(address_space_ldl_le, SUFFIX)(ARG1, addr, [all …]
|
| H A D | memory_ldst.h.inc | 66 #undef ARG1
|
| /openbmc/qemu/system/ |
| H A D | memory_ldst.c.inc | 73 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 80 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 87 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 142 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result, 149 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result, 156 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result, 246 return glue(address_space_lduw_internal, SUFFIX)(ARG1, addr, attrs, result, 253 return glue(address_space_lduw_internal, SUFFIX)(ARG1, addr, attrs, result, 260 return glue(address_space_lduw_internal, SUFFIX)(ARG1, addr, attrs, result, 350 glue(address_space_stl_internal, SUFFIX)(ARG1, addr, val, attrs, [all …]
|
| H A D | physmem.c | 3525 #define ARG1 as macro 3723 #define ARG1 cache macro
|
| /openbmc/qemu/include/system/ |
| H A D | memory.h | 2837 #define ARG1 as macro 2848 #define ARG1 as macro 2886 #define ARG1 cache macro 2923 #define ARG1 cache macro
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | msa_helper.c | 6471 #define MSA_FLOAT_COND(DEST, OP, ARG1, ARG2, BITS, QUIET) \ argument 6478 cond = float ## BITS ## _ ## OP(ARG1, ARG2, status); \ 6480 cond = float ## BITS ## _ ## OP ## _quiet(ARG1, ARG2, status); \ 6490 #define MSA_FLOAT_AF(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6492 MSA_FLOAT_COND(DEST, eq, ARG1, ARG2, BITS, QUIET); \ 6498 #define MSA_FLOAT_UEQ(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6500 MSA_FLOAT_COND(DEST, unordered, ARG1, ARG2, BITS, QUIET); \ 6502 MSA_FLOAT_COND(DEST, eq, ARG1, ARG2, BITS, QUIET); \ 6506 #define MSA_FLOAT_NE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6508 MSA_FLOAT_COND(DEST, lt, ARG1, ARG2, BITS, QUIET); \ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 26260 +# func_convert_file_check ARG1 ARG2 26261 +# Verify that ARG1 (a file name in $build format) was converted to $host 26263 +# func_to_host_file_result to ARG1).
|