Searched refs:ImmBranchType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.h64 enum ImmBranchType { enum in namespace:v8::internal
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);
H A Dinstructions-arm64.cc210 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
H A Dmacro-assembler-arm64.h2169 ImmBranchType branch_type);
H A Dmacro-assembler-arm64.cc673 Label *label, ImmBranchType b_type) {
/external/vixl/src/a64/
H A Dinstructions-a64.h121 enum ImmBranchType { enum in namespace:vixl
288 inline ImmBranchType BranchType() const {

Completed in 92 milliseconds