HomeSort by relevance Sort by last modified time
    Searched defs:balc (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
assembler-mips.cc 498 opcode == BALC ||
508 // Checks if the instruction is a BC or BALC.
509 return opcode == BC || opcode == BALC;
1000 // Checks BC or BALC.
1002 case BALC:
1281 void Assembler::balc(int32_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 479 opcode == BALC ||
489 // Checks if the instruction is a BC or BALC.
490 return opcode == BC || opcode == BALC;
967 // Checks BC or BALC.
969 case BALC:
1267 void Assembler::balc(int32_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 1416 milliseconds