Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
A Dphys2virt.S77 @ In the non-LPAE case, all patchable instructions are MOVW
105 ubfx r6, r6, #21, #8 @ put bits 28:21 into the MOVW imm8 field
106 bfi r6, r3, #12, #3 @ put bits 31:29 into the MOVW imm3 field
113 tst ip, #0x200 @ MOVW has bit 9 set, MVN has it clear
114 bne 0f @ skip to MOVW handling (Z flag is clear)
126 orrne ip, r6 @ Z flag clear -> MOVW -> patch in low bits
172 @ instruction if the offset is negative. We can distinguish MOVW
179 @ MOVW | cond | 0 0 1 1 0 0 0 0 | imm4 | Rd | imm12 |
192 tst ip, #0xc00000 @ MOVW has bits 23:22 clear
195 orreq ip, ip, r6, lsl #4 @ MOVW -> mask in offset bits 31-24
[all …]
/linux/arch/sh/kernel/
A Dsignal_32.c54 #define MOVW(n) (0x9300|((n)-2)) /* Move mem word at PC+n to R3 */ macro
293 err |= __put_user(MOVW(7), &frame->retcode[0]); in setup_frame()
363 err |= __put_user(MOVW(7), &frame->retcode[0]); in setup_rt_frame()

Completed in 4 milliseconds