Searched defs:Jcc (Results 1 – 3 of 3) sorted by relevance
172 void Jcc(Condition cc, uintptr_t target) { in Jcc() function187 void Jcc(Condition cc, const void* target) { Jcc(cc, bit_cast<uintptr_t>(target)); } in Jcc() function
162 void Jcc(Condition cc, uintptr_t target) { in Jcc() function183 void Jcc(Condition cc, const void* target) { Jcc(cc, bit_cast<uintptr_t>(target)); } in Jcc() function
862 inline void Assembler<DerivedAssemblerType>::Jcc(Condition cc, const Label& label) { in Jcc() function