OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:balc
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
assembler-mips.cc
477
opcode ==
BALC
||
487
// Checks if the instruction is a BC or
BALC
.
488
return opcode == BC || opcode ==
BALC
;
922
// Checks BC or
BALC
.
924
case
BALC
:
1204
void Assembler::
balc
(int32_t offset) {
function in class:v8::internal::Assembler
[
all
...]
/external/v8/src/mips64/
assembler-mips64.cc
451
opcode ==
BALC
||
461
// Checks if the instruction is a BC or
BALC
.
462
return opcode == BC || opcode ==
BALC
;
939
// Checks BC or
BALC
.
941
case
BALC
:
1240
void Assembler::
balc
(int32_t offset) {
function in class:v8::internal::Assembler
[
all
...]
Completed in 283 milliseconds