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

/openjdk10/hotspot/test/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java59 static int test(boolean test_only) { argument
H A DTestIntUnsafeCAS.java74 static int test(boolean test_only) { argument
H A DTestIntUnsafeVolatile.java74 static int test(boolean test_only) { argument
H A DTestIntUnsafeOrdered.java74 static int test(boolean test_only) { argument
H A DTestIntAtomicOrdered.java59 static int test(boolean test_only) { argument
H A DTestIntAtomicVolatile.java59 static int test(boolean test_only) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp559 rotate_then_and(Register dst, Register src, int lBitPos, int rBitPos, int nRotate, bool test_only) argument
570 rotate_then_or(Register dst, Register src, int lBitPos, int rBitPos, int nRotate, bool test_only) argument
581 rotate_then_xor(Register dst, Register src, int lBitPos, int rBitPos, int nRotate, bool test_only) argument
[all...]
H A Dassembler_s390.inline.hpp347 inline void Assembler::z_rnsbg( Register r1, Register r2, int64_t spos3, int64_t epos4, int64_t nrot5, bool test_only) { // Rotate then AND selected bits. -- z196 argument
354 inline void Assembler::z_rxsbg( Register r1, Register r2, int64_t spos3, int64_t epos4, int64_t nrot5, bool test_only) { // Rotate then XOR selected bits. -- z196 argument
361 inline void Assembler::z_rosbg( Register r1, Register r2, int64_t spos3, int64_t epos4, int64_t nrot5, bool test_only) { // Rotate then OR selected bits. -- z196 argument

Completed in 171 milliseconds