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

  /external/v8/src/mips/
assembler-mips-inl.h 161 DCHECK(Assembler::IsLui(instr1));
192 DCHECK(IsLui(instr_at(pc)));
246 DCHECK(Assembler::IsLui(instr1));
assembler-mips.cc 611 bool Assembler::IsLui(Instr instr) {
734 DCHECK(IsLui(instr_lui) && IsJicOrJialc(instr_jic));
797 DCHECK(IsBranch(instr) || IsLui(instr));
858 DCHECK(IsBranch(instr) || IsLui(instr));
868 DCHECK(IsLui(instr1) && (IsJicOrJialc(instr2) || IsOri(instr2)));
    [all...]
assembler-mips.h     [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 583 bool Assembler::IsLui(Instr instr) {
731 DCHECK(IsBranch(instr) || IsJ(instr) || IsJal(instr) || IsLui(instr));
736 } else if (IsLui(instr)) {
808 } else if (IsLui(instr)) {
910 DCHECK(IsJ(instr) || IsJal(instr) || IsLui(instr) ||
    [all...]
assembler-mips64.h     [all...]

Completed in 109 milliseconds