Home
last modified time | relevance | path

Searched refs:cr5 (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/vdso64/
Dgettimeofday.S68 cmpwi cr5,r3,CLOCK_REALTIME_COARSE
70 cror cr5*4+eq,cr5*4+eq,cr6*4+eq
72 cror cr0*4+eq,cr0*4+eq,cr5*4+eq
81 beq cr5,70f
/Linux-v4.19/arch/powerpc/lib/
Dmemcmp_64.S198 cmpdi cr5,r5,7
200 ble cr5,.Lcmp_rest_lt8bytes
530 cmpdi cr5,r5,VMX_THRESH
531 bge cr5,.Ldiffoffset_vmx_cmp
538 cmpdi cr5,r5,31
539 ble cr5,.Lcmp_lt32bytes
/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/
Dmemcmp_64.S198 cmpdi cr5,r5,7
200 ble cr5,.Lcmp_rest_lt8bytes
530 cmpdi cr5,r5,VMX_THRESH
531 bge cr5,.Ldiffoffset_vmx_cmp
538 cmpdi cr5,r5,31
539 ble cr5,.Lcmp_lt32bytes
/Linux-v4.19/arch/powerpc/kernel/
Dcpu_setup_6xx.S341 cmplwi cr5,r3,0x8003 /* 7447A */
350 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq
412 cmplwi cr5,r3,0x8003 /* 7447A */
421 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq
Dexceptions-64s.S665 cmpdi cr5,r11,MSR_RI
683 bne- cr5,2f /* if unrecoverable exception, oops */
/Linux-v4.19/arch/powerpc/boot/
Dppc_asm.h22 #define cr5 5 macro
/Linux-v4.19/arch/sh/include/cpu-sh5/cpu/
Dregisters.h30 #define EXPEVT cr5
/Linux-v4.19/Documentation/powerpc/
Dsyscall64-abi.txt40 cr1, cr5-7: Nonvolatile.
94 cr1, cr5-7: Volatile.
/Linux-v4.19/arch/s390/kernel/
Dhead64.S73 .quad .Lduct # cr5: primary-aste origin
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h530 #define cr5 5 macro
/Linux-v4.19/arch/powerpc/include/asm/
Dppc_asm.h530 #define cr5 5 macro
/Linux-v4.19/drivers/video/fbdev/sis/
Dinit301.c6366 unsigned char cr4, cr14, cr5, cr15; in SiS_SetGroup1() local
6370 cr5 = SiS_Pr->CCRT1CRTC[5]; in SiS_SetGroup1()
6375 cr5 = SiS_Pr->SiS_CRT1Table[CRT1Index].CR[5]; in SiS_SetGroup1()
6379 tempcx = (((cr5 & 0x1f) | ((cr15 & 0x04) << (5-2))) - 3) << 3; /* (VGAHRE-3)*8 */ in SiS_SetGroup1()