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 500 opcode == BALC ||
510 // Checks if the instruction is a BC or BALC.
511 return opcode == BC || opcode == BALC;
1001 // Checks BC or BALC.
1003 case BALC:
1282 void Assembler::balc(int32_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 482 opcode == BALC ||
492 // Checks if the instruction is a BC or BALC.
493 return opcode == BC || opcode == BALC;
969 // Checks BC or BALC.
971 case BALC:
1269 void Assembler::balc(int32_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 53 milliseconds