reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1076 int64_t offset = llvm::SignExtend64<28>(Bits32(opcode, 25, 0) << 2); 1077 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP;