HomeSort by relevance Sort by last modified time
    Searched refs:ImmBranchType (Results 1 - 8 of 8) sorted by null

  /external/vixl/src/aarch64/
instructions-aarch64.h 140 enum ImmBranchType {
315 static int GetImmBranchRangeBitwidth(ImmBranchType branch_type);
318 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) {
322 static int32_t GetImmBranchForwardRange(ImmBranchType branch_type);
325 static int32_t ImmBranchForwardRange(ImmBranchType branch_type)) {
329 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
376 ImmBranchType GetBranchType() const {
389 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {
instructions-aarch64.cc 263 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) {
280 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) {
286 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
macro-assembler-aarch64.h 200 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
248 ImmBranchType branch_type_;
251 bool BranchTypeUsesVeneers(ImmBranchType type) {
257 ImmBranchType branch_type);
342 ImmBranchType type = branch_info.branch_type_;
391 static ImmBranchType BranchTypeFromIndex(int index) {
404 static int BranchIndexFromType(ImmBranchType branch_type) {
418 bool IsValidBranchType(ImmBranchType branch_type) {
    [all...]
macro-assembler-aarch64.cc 206 ImmBranchType branch_type) {
    [all...]
  /external/v8/src/arm64/
instructions-arm64.h 45 enum ImmBranchType {
301 ImmBranchType BranchType() const {
315 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
331 static int32_t ImmBranchRange(ImmBranchType branch_type) {
400 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
instructions-arm64.cc 220 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
macro-assembler-arm64.h     [all...]
macro-assembler-arm64.cc 864 Label* label, ImmBranchType b_type) {
    [all...]

Completed in 259 milliseconds