Lines Matching refs:bnd
98 ### bnd99 bnd call foo100 bnd call *(%rax)101 bnd call *(%r11)102 bnd je foo103 bnd jmp foo104 bnd jmp *(%rcx)105 bnd jmp *(%r12)106 bnd ret201 ### bnd202 bnd call foo203 bnd call rax204 bnd call r11205 bnd je foo206 bnd jmp foo207 bnd jmp rcx208 bnd jmp r12209 bnd ret211 foo: bnd ret