Lines Matching refs:EMIT3_off32
51 #define EMIT3_off32(b1, b2, b3, off) \ macro
422 EMIT3_off32(0x41, 0x81, 0xea, hash); /* subl $hash, %r10d */ in emit_fineibt()
561 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue()
748 EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ in emit_bpf_tail_call_indirect()
786 EMIT3_off32(0x48, 0x81, 0xC4, /* add rsp, sd */ in emit_bpf_tail_call_indirect()
820 EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ in emit_bpf_tail_call_direct()
853 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct()
915 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32()
1501 EMIT3_off32(0x48, 0x8B, 0x85, off)
1800 EMIT3_off32(0x49, 0xC7, 0xC3, imm32); in do_jit()
2859 EMIT3_off32(0x48, 0x8D, 0xB5, -run_ctx_off); in invoke_bpf_prog()
2878 EMIT3_off32(0x48, 0x8D, 0xBD, -stack_size); in invoke_bpf_prog()
2911 EMIT3_off32(0x48, 0x8D, 0x95, -run_ctx_off); in invoke_bpf_prog()
3195 EMIT3_off32(0x48, 0x81, 0xEC, stack_size); in __arch_prepare_bpf_trampoline()