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

/openjdk9/hotspot/src/cpu/s390/vm/
H A Dassembler_s390.inline.hpp889 inline void Assembler::z_br(Register r2) { assert(r2 != Z_R0, "nop if target is Z_R0, use z_nop() instead"); z_bcr(bcondAlways, r2 ); } function in class:Assembler

Completed in 204 milliseconds