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

  /external/v8/src/arm64/
instructions-arm64.h 64 enum ImmBranchType {
261 ImmBranchType BranchType() const {
275 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
292 static int32_t ImmBranchRange(ImmBranchType branch_type) {
347 static bool IsValidImmPCOffset(ImmBranchType branch_type, int32_t offset);
instructions-arm64.cc 210 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
macro-assembler-arm64.h     [all...]
macro-assembler-arm64.cc 673 Label *label, ImmBranchType b_type) {
    [all...]
  /external/vixl/src/vixl/a64/
instructions-a64.h 129 enum ImmBranchType {
281 static int ImmBranchRangeBitwidth(ImmBranchType branch_type);
282 static int32_t ImmBranchForwardRange(ImmBranchType branch_type);
283 static bool IsValidImmPCOffset(ImmBranchType branch_type, int32_t offset);
328 ImmBranchType BranchType() const {
instructions-a64.cc 266 int Instruction::ImmBranchRangeBitwidth(ImmBranchType branch_type) {
283 int32_t Instruction::ImmBranchForwardRange(ImmBranchType branch_type) {
289 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
macro-assembler-a64.h 172 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
219 ImmBranchType branch_type_;
222 bool BranchTypeUsesVeneers(ImmBranchType type) {
228 ImmBranchType branch_type);
299 ImmBranchType type = branch_info.branch_type_;
343 static ImmBranchType BranchTypeFromIndex(int index) {
356 static int BranchIndexFromType(ImmBranchType branch_type) {
370 bool IsValidBranchType(ImmBranchType branch_type) {
    [all...]
macro-assembler-a64.cc 146 ImmBranchType branch_type) {
    [all...]

Completed in 52 milliseconds