reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 Insn = (Insn & 0xffff0000) | (Value & 0x0000ffff); 237 Insn = (Insn & 0xfffc0000) | (Value & 0x0003ffff); 241 Insn = (Insn & 0xfff80000) | (Value & 0x0007ffff); 245 Insn = (Insn & 0xffe00000) | (Value & 0x001fffff); 250 Insn = (Insn & 0xfc000000) | (Value & 0x03ffffff); 256 writeBytesUnaligned(Value & 0xffffffff, TargetPtr, 4); 260 writeBytesUnaligned(Value, TargetPtr, 8);