Symbol: IMM_L
arch/powerpc/include/asm/ppc-opcode.h
117
#define IMM_D1(i) IMM_L(i)
arch/powerpc/include/asm/ppc-opcode.h
476
#define PPC_RAW_LWZ(r, base, i) (0x80000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
501
#define PPC_RAW_ADDI(d, a, i) (0x38000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
503
#define PPC_RAW_ADDIS(d, a, i) (0x3c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
504
#define PPC_RAW_ADDIC(d, a, i) (0x30000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
505
#define PPC_RAW_ADDIC_DOT(d, a, i) (0x34000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
509
#define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
510
#define PPC_RAW_STWU(r, base, i) (0x94000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
511
#define PPC_RAW_STH(r, base, i) (0xb0000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
512
#define PPC_RAW_STB(r, base, i) (0x98000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
513
#define PPC_RAW_LBZ(r, base, i) (0x88000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
515
#define PPC_RAW_LHA(r, base, i) (0xa8000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
516
#define PPC_RAW_LHZ(r, base, i) (0xa0000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
521
#define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
522
#define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
525
#define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
526
#define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
532
#define PPC_RAW_SUBFIC(d, a, i) (0x20000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
537
#define PPC_RAW_MULI(d, a, i) (0x1c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
547
#define PPC_RAW_ANDI(d, a, i) (0x70000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
548
#define PPC_RAW_ANDIS(d, a, i) (0x74000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
552
#define PPC_RAW_ORI(d, a, i) (0x60000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
553
#define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
556
#define PPC_RAW_XORI(d, a, i) (0x68000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
arch/powerpc/include/asm/ppc-opcode.h
557
#define PPC_RAW_XORIS(d, a, i) (0x6c000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i))
arch/powerpc/kernel/module_64.c
553
entry->jump[3] |= IMM_L(reladdr);
arch/powerpc/kernel/module_64.c
658
entry->jump[1] | IMM_L(reladdr))))
arch/powerpc/kernel/module_64.c
994
(*((u32 *)location + 1) & ~0xffff) | IMM_L(value))))
arch/powerpc/kernel/trace/ftrace.c
648
tramp[i][1] |= IMM_L(reladdr);
arch/powerpc/lib/test_emulate_step.c
26
PPC_INST_PLD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/lib/test_emulate_step.c
34
PPC_INST_PSTD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/lib/test_emulate_step.c
38
PPC_INST_LFS | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/lib/test_emulate_step.c
42
PPC_INST_STFS | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/lib/test_emulate_step.c
46
PPC_INST_LFD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/lib/test_emulate_step.c
50
PPC_INST_STFD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
arch/powerpc/net/bpf_jit.h
77
if (IMM_L(i)) \
arch/powerpc/net/bpf_jit.h
78
EMIT(PPC_RAW_ORI(d, d, IMM_L(i))); \
arch/powerpc/net/bpf_jit_comp32.c
218
EMIT(PPC_RAW_ORI(_R0, _R0, IMM_L(func)));
arch/powerpc/net/bpf_jit_comp32.c
381
if (IMM_L(imm))
arch/powerpc/net/bpf_jit_comp32.c
382
EMIT(PPC_RAW_ADDI(dst_reg, src2_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp32.c
586
EMIT(PPC_RAW_ANDI(dst_reg, src2_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp32.c
587
} else if (!IMM_L(imm)) {
arch/powerpc/net/bpf_jit_comp32.c
610
if (IMM_L(imm)) {
arch/powerpc/net/bpf_jit_comp32.c
611
EMIT(PPC_RAW_ORI(dst_reg, src2_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp32.c
637
if (IMM_L(imm)) {
arch/powerpc/net/bpf_jit_comp32.c
638
EMIT(PPC_RAW_XORI(dst_reg, src2_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp64.c
1000
EMIT(PPC_RAW_MULI(dst_reg, dst_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp64.c
1102
EMIT(PPC_RAW_ANDI(dst_reg, dst_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp64.c
1120
if (IMM_L(imm))
arch/powerpc/net/bpf_jit_comp64.c
1121
EMIT(PPC_RAW_ORI(dst_reg, dst_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp64.c
1137
if (IMM_L(imm))
arch/powerpc/net/bpf_jit_comp64.c
1138
EMIT(PPC_RAW_XORI(dst_reg, dst_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp64.c
438
EMIT(PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12) | IMM_L(reladdr));
arch/powerpc/net/bpf_jit_comp64.c
450
EMIT(PPC_INST_PADDI | ___PPC_RT(_R12) | IMM_L(reladdr));
arch/powerpc/net/bpf_jit_comp64.c
973
EMIT(PPC_RAW_ADDI(dst_reg, dst_reg, IMM_L(imm)));
arch/powerpc/net/bpf_jit_comp64.c
984
EMIT(PPC_RAW_ADDI(dst_reg, dst_reg, IMM_L(-imm)));