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

/openjdk9/hotspot/src/cpu/arm/vm/
H A DnativeInst_arm_32.hpp104 bool is_bl() const { return (encoding() & 0x0f000000) == 0x0b000000; } function in class:VALUE_OBJ_CLASS_SPEC
H A DnativeInst_arm_64.hpp86 bool is_bl() const { return (encoding() & 0xfc000000) == 0x94000000; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.hpp1310 static bool is_bl(int x) { function in class:Assembler

Completed in 100 milliseconds