/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_etc.c | 42 setcc(SW_C3); in ftst_() 46 setcc(0); in ftst_() 48 setcc(SW_C0); in ftst_() 54 setcc(0); in ftst_() 56 setcc(SW_C0); in ftst_() 61 setcc(SW_C3); in ftst_() 67 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ in ftst_() 72 setcc(0); in ftst_() 74 setcc(SW_C0); in ftst_() 77 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ in ftst_() [all …]
|
H A D | reg_compare.c | 200 setcc(f); in FPU_compare_st_data() 213 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st() 222 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st() 246 setcc(f); in compare_st_st() 307 setcc(SW_C3 | SW_C2 | SW_C0); in compare_u_st_st() 316 setcc(SW_C3 | SW_C2 | SW_C0); in compare_u_st_st() 344 setcc(f); in compare_u_st_st()
|
H A D | fpu_trig.c | 328 setcc(0); in fptan() 581 setcc(0); in f_sin() 653 setcc(0); in f_cos() 664 setcc(0); in f_cos() 875 setcc(0); in do_fprem() 924 setcc(SW_C2); in do_fprem() 926 setcc(0); in do_fprem() 942 setcc(cc); in do_fprem() 955 setcc(cc); in do_fprem() 976 setcc(0); in do_fprem() [all …]
|
H A D | status_w.h | 52 static inline void setcc(int cc) in setcc() function
|
H A D | fpu_entry.c | 327 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate() 446 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | getsetcc.S | 12 .globl setcc 13 .type setcc,#function 14 setcc: label 25 .size setcc,.-setcc
|
/openbmc/qemu/target/s390x/ |
H A D | ioinst.c | 72 setcc(cpu, 3); in ioinst_handle_xsch() 75 setcc(cpu, css_do_xsch(sch)); in ioinst_handle_xsch() 90 setcc(cpu, 3); in ioinst_handle_csch() 93 setcc(cpu, css_do_csch(sch)); in ioinst_handle_csch() 108 setcc(cpu, 3); in ioinst_handle_hsch() 111 setcc(cpu, css_do_hsch(sch)); in ioinst_handle_hsch() 161 setcc(cpu, 3); in ioinst_handle_msch() 164 setcc(cpu, css_do_msch(sch, &schib)); in ioinst_handle_msch() 221 setcc(cpu, 3); in ioinst_handle_ssch() 224 setcc(cpu, css_do_ssch(sch, &orb)); in ioinst_handle_ssch() [all …]
|
H A D | cpu.h | 486 static inline void setcc(S390CPU *cpu, uint64_t cc) in setcc() function
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 355 setcc(cpu, cc); in clp_service_call() 446 setcc(cpu, ZPCI_PCI_LS_INVAL_HANDLE); in pcilg_service_call() 453 setcc(cpu, ZPCI_PCI_LS_INVAL_HANDLE); in pcilg_service_call() 460 setcc(cpu, ZPCI_PCI_LS_ERR); in pcilg_service_call() 494 setcc(cpu, ZPCI_PCI_LS_ERR); in pcilg_service_call() 502 setcc(cpu, ZPCI_PCI_LS_OK); in pcilg_service_call() 546 setcc(cpu, ZPCI_PCI_LS_INVAL_HANDLE); in pcistg_service_call() 553 setcc(cpu, ZPCI_PCI_LS_INVAL_HANDLE); in pcistg_service_call() 563 setcc(cpu, ZPCI_PCI_LS_ERR); in pcistg_service_call() 602 setcc(cpu, ZPCI_PCI_LS_ERR); in pcistg_service_call() [all …]
|
H A D | cpu-topology.c | 136 setcc(cpu, 2); in s390_handle_ptf() 141 setcc(cpu, 0); in s390_handle_ptf()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 317 setcc(cpu, 3); in insert_stsi_15_1_x() 326 setcc(cpu, 3); in insert_stsi_15_1_x() 332 setcc(cpu, 0); in insert_stsi_15_1_x()
|
H A D | kvm.c | 1185 setcc(cpu, r); in kvm_sclp_service_call() 1246 setcc(cpu, 3); in handle_b2() 1630 setcc(cpu, ret); in kvm_s390_handle_sigp()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | ttable.h | 121 #define SETCC_TRAP TRAP(setcc)
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 425 FOP_START(setcc)
|