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

  /external/v8/src/mips/
assembler-mips.cc 564 bool Assembler::IsLui(Instr instr) {
666 ASSERT(IsBranch(instr) || IsJ(instr) || IsLui(instr));
678 } else if (IsLui(instr)) {
720 ASSERT(IsBranch(instr) || IsJ(instr) || IsLui(instr));
730 } else if (IsLui(instr)) {
808 ASSERT(IsJ(instr) || IsLui(instr));
    [all...]
assembler-mips.h     [all...]

Completed in 76 milliseconds