OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmBranchType
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/arm64/
instructions-arm64.h
64
enum
ImmBranchType
{
277
ImmBranchType
BranchType() const {
291
static int ImmBranchRangeBitwidth(
ImmBranchType
branch_type) {
308
static int32_t ImmBranchRange(
ImmBranchType
branch_type) {
372
static bool IsValidImmPCOffset(
ImmBranchType
branch_type, ptrdiff_t offset);
instructions-arm64.cc
211
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
{
282
static int ImmBranchRangeBitwidth(
ImmBranchType
branch_type);
283
static int32_t ImmBranchForwardRange(
ImmBranchType
branch_type);
284
static bool IsValidImmPCOffset(
ImmBranchType
branch_type, int64_t offset);
329
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
174
BranchInfo(ptrdiff_t offset, Label* label,
ImmBranchType
branch_type)
221
ImmBranchType
branch_type_;
224
bool BranchTypeUsesVeneers(
ImmBranchType
type) {
230
ImmBranchType
branch_type);
301
ImmBranchType
type = branch_info.branch_type_;
345
static
ImmBranchType
BranchTypeFromIndex(int index) {
358
static int BranchIndexFromType(
ImmBranchType
branch_type) {
372
bool IsValidBranchType(
ImmBranchType
branch_type) {
[
all
...]
macro-assembler-a64.cc
163
ImmBranchType
branch_type) {
[
all
...]
Completed in 330 milliseconds