Lines Matching refs:__jited
35 __jited(" endbr64")
36 __jited(" nopl (%rax,%rax)")
37 __jited(" xorq %rax, %rax")
38 __jited(" pushq %rbp")
39 __jited(" movq %rsp, %rbp")
47 __jited(" endbr64")
48 __jited(" cmpq $0x21, %rax")
49 __jited(" ja L0")
50 __jited(" pushq %rax")
51 __jited(" movq %rsp, %rax")
52 __jited(" jmp L1")
53 __jited("L0: pushq %rax") /* rbp[-8] = rax */
54 __jited("L1: pushq %rax") /* rbp[-16] = rax */
58 __jited(" movq -0x10(%rbp), %rax")
59 __jited(" callq 0x{{.*}}") /* call to sub() */
60 __jited(" xorl %eax, %eax")
61 __jited(" leave")
62 __jited(" {{(retq|jmp 0x)}}") /* return or jump to rethunk */
63 __jited("...")
65 __jited(" endbr64")
66 __jited(" nopl (%rax,%rax)")
67 __jited(" nopl (%rax)")
68 __jited(" pushq %rbp")
69 __jited(" movq %rsp, %rbp")
73 __jited(" endbr64")
74 __jited(" pushq %rax") /* rbp[-8] = rax */
75 __jited(" pushq %rax") /* rbp[-16] = rax */
76 __jited(" movabsq ${{.*}}, %rsi") /* r2 = &jmp_table */
77 __jited(" xorl %edx, %edx") /* r3 = 0 */
83 __jited(" movq -0x10(%rbp), %rax")
84 __jited(" cmpq $0x21, (%rax)")
85 __jited(" jae L0")
86 __jited(" nopl (%rax,%rax)")
87 __jited(" addq $0x1, (%rax)") /* *tail_call_cnt_ptr += 1 */
88 __jited(" popq %rax")
89 __jited(" popq %rax")
90 __jited(" jmp {{.*}}") /* jump to tail call tgt */
91 __jited("L0: leave")
92 __jited(" {{(retq|jmp 0x)}}") /* return or jump to rethunk */