Searched defs:Jcc (Results 1 – 3 of 3) sorted by relevance
183 void Jcc(Condition cc, uintptr_t target) { in Jcc() function198 void Jcc(Condition cc, const void* target) { Jcc(cc, bit_cast<uintptr_t>(target)); } in Jcc() function
181 void Jcc(Condition cc, uintptr_t target) { in Jcc() function221 void Jcc(Condition cc, const void* target) { Jcc(cc, bit_cast<uintptr_t>(target)); } in Jcc() function
877 constexpr inline void Assembler<DerivedAssemblerType>::Jcc(Condition cc, const Label& label) { in Jcc() function