reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1139 uint32_t t = Bits32(opcode, 4, 0); 1140 bool is_zero = Bit32(opcode, 24) == 0; 1141 int32_t offset = llvm::SignExtend64<21>(Bits32(opcode, 23, 5) << 2);