Searched full:clc (Results 1 – 5 of 5) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | migration.c | 115 * 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 D | README | 32 (clc, cli, etc.), jcc short, jcc near, call, long jmp, xchg
|
H A D | debug.c | 573 "clc\n\t" in main() 585 "clc\n\t" in main()
|
H A D | realmode.c | 468 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 D | emulator.c | 683 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()
|