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

  /external/v8/src/mips/
assembler-mips.cc 499 (opcode == POP66 && rs_field != 0) || // BEQZC
515 // Checks if the instruction is BEQZC or BNEZC.
1006 // Checks BEQZC or BNEZC.
1497 void Assembler::beqzc(Register rs, int32_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 480 (opcode == POP66 && rs_field != 0) || // BEQZC
496 // Checks if the instruction is BEQZC or BNEZC.
973 // Checks BEQZC or BNEZC.
1483 void Assembler::beqzc(Register rs, int32_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 485 milliseconds