Home
last modified time | relevance | path

Searched full:mvc (Results 1 – 9 of 9) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dmvc-smc.c2 * Test modifying code using the MVC instruction.
42 asm("mvc 0(256,%[dest]),0(%[src])" in memcpy_mvc()
53 "0: mvc 0(1,%[dest]),0(%[src])\n" in memcpy_mvc()
H A Dsignals-s390x.c34 DEFINE_ASM_FUNCTION(mvc_8, "mvc 0(8,%r2),0(%r3)")
169 safe_puts("[ RUN ] Translation exception from mvc"); in main_1()
177 safe_puts("[ RUN ] Protection exception from mvc"); in main_1()
H A Dmvc.c21 " mvc 0(256,%[dst]),0(%[src])\n" in mvc_256()
88 /* test if MVC works now correctly across page boundaries */ in main()
H A DMakefile.softmmu-target45 MULTIARCH_TESTS += mvc-smc
H A DMakefile.target24 TESTS+=mvc
/qemu/pc-bios/s390-ccw/
H A Dstart.S43 mvc 0x01d0(16),0(%r2)
76 mvc 0x1b0(8),0(%r1)
96 mvc 0x1f0(8),0(%r1)
/qemu/target/s390x/
H A Dhelper.h6 DEF_HELPER_FLAGS_4(mvc, TCG_CALL_NO_WG, void, env, i32, i64, i64)
/qemu/target/s390x/tcg/
H A Dmem_helper.c488 /* MVC always copies one more byte than specified - maximum is 256 */ in do_helper_mvc()
516 void HELPER(mvc)(CPUS390XState *env, uint32_t l, uint64_t dest, uint64_t src) in HELPER() argument
H A Dinsn-data.h.inc635 C(0xd200, MVC, SS_a, Z, la1, a2, 0, 0, mvc, 0)