Searched refs:emit_clear (Results 1 – 3 of 3) sorted by relevance
121 #define emit_clear(REG) \ macro223 #define emit_load_cpu(REG) emit_clear(REG)368 emit_clear(r_X); in bpf_jit_compile()388 emit_clear(r_A); /* A = 0 */ in bpf_jit_compile()471 emit_clear(r_A); in bpf_jit_compile()490 emit_clear(r_A); in bpf_jit_compile()
493 static int emit_clear(struct i915_request *rq, int size, u32 value) in emit_clear() function584 err = emit_clear(rq, len, value); in intel_context_migrate_clear()
607 goto emit_clear; in bpf_jit_build_body()610 goto emit_clear; in bpf_jit_build_body()650 emit_clear: in bpf_jit_build_body()
Completed in 13 milliseconds