Home
last modified time | relevance | path

Searched full:clc (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/s390x/
H A Dmigration.c115 * clc handles at most 256 bytes at a time in test_func()
117 " clc 0(256, %[expected_vec_reg]), 0(%[actual_vec_reg])\n" in test_func()
119 " clc 256(256, %[expected_vec_reg]), 256(%[actual_vec_reg])\n" in test_func()
/kvm-unit-tests/x86/
H A DREADME32 (clc, cli, etc.), jcc short, jcc near, call, long jmp, xchg
H A Ddebug.c573 "clc\n\t" in main()
585 "clc\n\t" in main()
H A Drealmode.c468 MK_INSN(clc, "clc"); in test_eflags_insn()
478 report("clc", ~0, (outregs.eflags & 1) == 0); in test_eflags_insn()
1590 MK_INSN(clc_salc, "clc; .byte 0xd6"); in test_salc()
H A Demulator.c683 asm("clc; adc %1, %0" : "+m"(*mem) : "r"(0x100)); in test_simplealu()
687 asm("clc; sbb %1, %0" : "+m"(*mem) : "r"(0)); in test_simplealu()