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

  /external/v8/src/mips/
assembler-mips.cc 502 (opcode == POP76 && rs_field != 0); // BNEZC
517 // Checks if the instruction is BEQZC or BNEZC.
1007 // Checks BEQZC or BNEZC.
1516 void Assembler::bnezc(Register rs, int32_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 484 (opcode == POP76 && rs_field != 0); // BNEZC
499 // Checks if the instruction is BEQZC or BNEZC.
975 // Checks BEQZC or BNEZC.
1503 void Assembler::bnezc(Register rs, int32_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 94 milliseconds