Searched refs:bitn (Results 1 – 3 of 3) sorted by relevance
1100 Instr Assembler::BitN(unsigned bitn, unsigned reg_size) {1102 DCHECK((reg_size == kXRegSizeInBits) || (bitn == 0));1104 return bitn << BitN_offset;
1722 inline static Instr BitN(unsigned bitn, unsigned reg_size);
3924 static Instr BitN(unsigned bitn, unsigned reg_size) { in BitN() argument3926 VIXL_ASSERT((reg_size == kXRegSize) || (bitn == 0)); in BitN()3928 return bitn << BitN_offset; in BitN()