OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_AFL_REG_32
(Results
1 - 2
of
2
) sorted by null
/art/compiler/
elf_builder.h
396
static constexpr uint8_t
MIPS_AFL_REG_32
= 1; // 32-bit registers
429
abiflags_.gpr_size = (isa == kMips) ?
MIPS_AFL_REG_32
: MIPS_AFL_REG_64;
430
abiflags_.cpr1_size = fpu32 ?
MIPS_AFL_REG_32
: MIPS_AFL_REG_64;
[
all
...]
/external/elfutils/libelf/
elf.h
[
all
...]
Completed in 630 milliseconds