Home
last modified time | relevance | path

Searched refs:__PPC_RT (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/powerpc/net/
Dbpf_jit.h78 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | __PPC_RT(r))
79 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | __PPC_RT(d) | \
89 #define PPC_LD(r, base, i) EMIT(PPC_INST_LD | __PPC_RT(r) | \
91 #define PPC_LWZ(r, base, i) EMIT(PPC_INST_LWZ | __PPC_RT(r) | \
93 #define PPC_LHZ(r, base, i) EMIT(PPC_INST_LHZ | __PPC_RT(r) | \
113 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | __PPC_RT(d) | \
115 #define PPC_ADD(d, a, b) EMIT(PPC_INST_ADD | __PPC_RT(d) | \
117 #define PPC_MUL(d, a, b) EMIT(PPC_INST_MULLW | __PPC_RT(d) | \
119 #define PPC_MULHWU(d, a, b) EMIT(PPC_INST_MULHWU | __PPC_RT(d) | \
121 #define PPC_MULI(d, a, i) EMIT(PPC_INST_MULLI | __PPC_RT(d) | \
[all …]
Dbpf_jit_comp.c42 EMIT(PPC_INST_MFLR | __PPC_RT(0)); in bpf_jit_build_prologue()
/linux-3.4.99/arch/powerpc/include/asm/
Dppc-opcode.h119 #define __PPC_RT(s) __PPC_RS(s) macro
148 __PPC_RT(t) | __PPC_RA(a) | \
151 __PPC_RT(t) | __PPC_RA(a) | \
192 __PPC_RT(t) | __PPC_RB(b))
/linux-3.4.99/arch/powerpc/kernel/
Dkvm.c305 KVM_INST_LI | __PPC_RT(30) | MSR_EE; in kvm_patch_ins_wrtee()