OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFunctionField
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/mips/
assembler-mips.cc
393
uint32_t Assembler::
GetFunctionField
(Instr instr) {
548
uint32_t function_field =
GetFunctionField
(instr);
570
return GetOpcodeField(instr) == SPECIAL &&
GetFunctionField
(instr) == JR;
573
GetRdField(instr) == 0 &&
GetFunctionField
(instr) == JALR;
580
GetRdField(instr) != 0 &&
GetFunctionField
(instr) == JALR;
602
uint32_t function =
GetFunctionField
(instr);
[
all
...]
assembler-mips.h
[
all
...]
/external/v8/src/mips64/
assembler-mips64.cc
367
uint32_t Assembler::
GetFunctionField
(Instr instr) {
522
uint32_t function_field =
GetFunctionField
(instr);
543
return GetOpcodeField(instr) == SPECIAL &&
GetFunctionField
(instr) == JR;
548
return GetOpcodeField(instr) == SPECIAL &&
GetFunctionField
(instr) == JALR;
570
uint32_t function =
GetFunctionField
(instr);
[
all
...]
assembler-mips64.h
[
all
...]
Completed in 373 milliseconds