Searched refs:setcc (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/math-emu/
H A Dfpu_etc.c42 setcc(SW_C3);
46 setcc(0);
48 setcc(SW_C0);
54 setcc(0);
56 setcc(SW_C0);
61 setcc(SW_C3);
67 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */
72 setcc(0);
74 setcc(SW_C0);
77 setcc(SW_C
[all...]
H A Dreg_compare.c200 setcc(f);
213 setcc(SW_C3 | SW_C2 | SW_C0);
222 setcc(SW_C3 | SW_C2 | SW_C0);
246 setcc(f);
307 setcc(SW_C3 | SW_C2 | SW_C0);
316 setcc(SW_C3 | SW_C2 | SW_C0);
344 setcc(f);
H A Dstatus_w.h52 static inline void setcc(int cc) function
H A Dfpu_trig.c328 setcc(0);
581 setcc(0);
653 setcc(0);
664 setcc(0);
875 setcc(0);
924 setcc(SW_C2);
926 setcc(0);
942 setcc(cc);
955 setcc(cc);
976 setcc(
[all...]
H A Dfpu_entry.c327 setcc(SW_C3 | SW_C2 | SW_C0);
446 setcc(SW_C3 | SW_C2 | SW_C0);
/linux-master/arch/sparc/kernel/
H A Dgetsetcc.S12 .globl setcc
13 .type setcc,#function
14 setcc: label
25 .size setcc,.-setcc
/linux-master/arch/sparc/include/asm/
H A Dttable.h121 #define SETCC_TRAP TRAP(setcc)
/linux-master/arch/x86/kvm/
H A Demulate.c425 FOP_START(setcc)
5457 case 0x90 ... 0x9f: /* setcc r/m8 */

Completed in 262 milliseconds