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

/external/vixl/examples/
H A Dnon-const-visitor.h46 Instr instr_bits = mutable_instr->InstructionBits(); local
49 instr_bits &= ~(Rn_mask | Rm_mask);
50 instr_bits |= (rn << Rm_offset) | (rm << Rn_offset);
53 mutable_instr->SetInstructionBits(instr_bits);
/external/v8/src/s390/
H A Dconstants-s390.h1199 T instr_bits = 0;
1205 instr_bits <<= 8;
1206 instr_bits |= *(instr + i);
1208 return instr_bits;

Completed in 59 milliseconds