Searched refs:opcode (Results 1 – 1 of 1) sorted by relevance
121 __UNUSED uint32_t opcode = *(uint32_t *)frame->pc; in arm_undefined_handler() local127 if (opcode & 0x0000e800) { in arm_undefined_handler()129 opcode = (opcode >> 16) | (opcode << 16); in arm_undefined_handler()132 if (((opcode & 0xec000e00) == 0xec000a00) || // vfp in arm_undefined_handler()133 ((opcode & 0xef000000) == 0xef000000) || // advanced simd data processing in arm_undefined_handler()134 ((opcode & 0xff100000) == 0xf9000000)) { // VLD in arm_undefined_handler()141 if (((opcode & 0x0c000e00) == 0x0c000a00) || // vfp in arm_undefined_handler()142 ((opcode & 0xfe000000) == 0xf2000000) || // advanced simd data processing in arm_undefined_handler()143 ((opcode & 0xff100000) == 0xf4000000)) { // VLD in arm_undefined_handler()
Completed in 3 milliseconds