Home
last modified time | relevance | path

Searched refs:INST_CPRTDO (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/vfp/
H A Dvfpinstr.h10 #define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000) macro
H A Dvfpmodule.c293 if (INST_CPRTDO(inst)) { in vfp_emulate_instruction()