Searched refs:instruction_1 (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.inline.hpp197 const int instruction_1 = *(int*)(instruction_addr); local
199 return is_bcxx(instruction_1) &&
200 (inv_bd_field(instruction_1, (intptr_t)instruction_addr) != (intptr_t)(instruction_addr + 2*4)) &&
212 const int instruction_1 = *(int*)(instruction_addr); local
214 return is_bcxx(instruction_1) &&
215 (inv_bd_field(instruction_1, (intptr_t)instruction_addr) == (intptr_t)(instruction_addr + 2*4)) &&
227 const int instruction_1 = *(int*)(instruction_addr); local
229 return is_nop(instruction_1) &&
H A DmacroAssembler_ppc.cpp475 const int instruction_1 = *(int*)instruction_1_addr; local
476 return (address)inv_bd_field(instruction_1, (intptr_t)instruction_1_addr);
518 const int instruction_1 = *(int*)(instruction_addr); local
519 boint = inv_bo_field(instruction_1);
520 biint = inv_bi_field(instruction_1);
528 const int instruction_1 = *(int*)(instruction_addr); local
529 boint = add_bhint_to_boint(opposite_bhint(inv_boint_bhint(inv_bo_field(instruction_1))),
530 opposite_bcond(inv_boint_bcond(inv_bo_field(instruction_1))));
531 biint = inv_bi_field(instruction_1);

Completed in 102 milliseconds