Home
last modified time | relevance | path

Searched refs:class1 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsched-int.h1276 #define WORST_CLASS(class1, class2) \ argument
1277 ((class1 > class2) ? class1 : class2)
H A Dtarget.def5601 of @var{class1} can only be copied to registers of class @var{class2} by\n\
5602 storing a register of @var{class1} into memory and loading that memory\n\
5605 bool, (machine_mode mode, reg_class_t class1, reg_class_t class2),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsched-int.h1276 #define WORST_CLASS(class1, class2) \ argument
1277 ((class1 > class2) ? class1 : class2)
H A Dtarget.def5601 of @var{class1} can only be copied to registers of class @var{class2} by\n\
5602 storing a register of @var{class1} into memory and loading that memory\n\
5605 bool, (machine_mode mode, reg_class_t class1, reg_class_t class2),
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_fc.h365 struct fc_plogi_clp_s class1; /* class 1 service parameters */ member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c545 int class1, class2; in kvm_multiple_exception() local
591 class1 = exception_class(prev_nr); in kvm_multiple_exception()
593 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) in kvm_multiple_exception()
594 || (class1 == EXCPT_PF && class2 != EXCPT_BENIGN)) { in kvm_multiple_exception()