OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRtMask
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/mips/
constants-mips.h
833
extern const Instr
kRtMask
;
[
all
...]
assembler-mips.cc
257
const Instr
kRtMask
= kRtFieldMask;
409
return (instr & ~
kRtMask
) == kPopRegPattern;
414
return (instr & ~
kRtMask
) == kPushRegPattern;
[
all
...]
/external/v8/src/mips64/
constants-mips64.h
879
extern const Instr
kRtMask
;
[
all
...]
assembler-mips64.cc
236
const Instr
kRtMask
= kRtFieldMask;
383
return (instr & ~
kRtMask
) == kPopRegPattern;
388
return (instr & ~
kRtMask
) == kPushRegPattern;
[
all
...]
Completed in 188 milliseconds