Searched defs:asm_assert_ne (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.hpp931 void asm_assert_ne(const char* msg, int id) { asm_assert(false, msg, id); } function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp872 void asm_assert_ne(const char* msg, int id) { asm_assert(false, msg, id); } function in class:MacroAssembler

Completed in 55 milliseconds