Searched refs:imm16 (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/ |
H A D | opcodes-virt.h | 24 #define __HVC(imm16) __inst_arm_thumb32( \ 25 0xE1400070 | (((imm16) & 0xFFF0) << 4) | ((imm16) & 0x000F), \ 26 0xF7E08000 | (((imm16) & 0xF000) << 4) | ((imm16) & 0x0FFF) \
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | debug-monitors.h | 49 * #imm16 values used for BRK instruction generation 61 * The #imm16 value should be placed at bits[20:5] within BRK ins 67 * Unlike kgdb, #imm16 value with unallocated handler is used for faulting. 78 * Extract byte from BRK #imm16
|
/linux-4.1.27/arch/arm64/net/ |
H A D | bpf_jit.h | 119 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ 120 aarch64_insn_gen_movewide(Rd, imm16, shift, \ 123 * Rd |= imm16 << shift (where shift is {0, 16, 32, 48}); 125 #define A64_MOVN(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, INVERSE) 126 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) 127 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP)
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | flat.h | 49 #define FLAT_M32R_HI16_ULO 0x10 /* reloc for SETH Rn,#high(imm16) */ 56 #define FLAT_M32R_HI16_SLO 0x20 /* reloc for SETH Rn,#shigh(imm16) */ 114 case FLAT_M32R_HI16_ULO: /* To create SETH Rn,#high(imm16) */ m32r_flat_put_addr_at_rp() 118 case FLAT_M32R_HI16_SLO: /* To create SETH Rn,#shigh(imm16) */ m32r_flat_put_addr_at_rp()
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | misaligned.c | 74 u16 imm16; handle_unaligned_c() local 96 imm16 = (isn >> 6) & 0xffff; handle_unaligned_c() 97 addr = get_reg_val(fp, a) + imm16; handle_unaligned_c() 113 pr_debug("sth: ra=%d (%08x) rb=%d (%08x), imm16 %04x addr %08x val %08x\n", handle_unaligned_c() 116 imm16, addr, val); handle_unaligned_c()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | module.c | 241 * imm16 = imm4:i:imm3:imm8 apply_relocate()
|
Completed in 319 milliseconds