Searched refs:op3_mask_stf (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ | ||
H A D | nativeInst_sparc.cpp | 549 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf)))) 558 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf))) { 695 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf)))) { 703 : (1 << (op3 - op3_ldst_int_limit)) & (op3_mask_ldf | op3_mask_stf))) { |
H A D | nativeInst_sparc.hpp | 654 op3_mask_stf = 1 << (Assembler::stf_op3 - op3_ldst_int_limit) | enumerator in enum:NativeMovRegMem::Sparc_specific_constants 746 op3_mask_stf = 1 << (Assembler::stf_op3 - op3_ldst_int_limit) | enumerator in enum:NativeMovRegMemPatching::Sparc_specific_constants |
Completed in 136 milliseconds