Home
last modified time | relevance | path

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

/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c136 #define SETHI(K, REG) \ macro
258 emit(SETHI(0, G0), ctx); in emit_nop()
269 emit(SETHI(K, reg), ctx); in emit_set_const()
277 emit(SETHI(K, reg), ctx); in emit_set_const_sext()
283 emit(SETHI(hbits, reg), ctx); in emit_set_const_sext()
524 emit(SETHI(focus_bits, dest), ctx); in emit_loadimm64()
561 emit(SETHI(fast_int, dest), ctx); in emit_loadimm64()
H A Dbpf_jit_comp_32.c68 #define SETHI(K, REG) \ macro
108 *prog++ = SETHI(0, G0); \
128 *prog++ = SETHI(K, REG); \