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

  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 13 MOVZ, SEB, SEH, SLT,
276 case SEB:
281 TEST3("seb $t0, $t1", reg_val1[i], t0, t1);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 284 void SEB(int Rd, int Rt); // sign-extend byte (mips32r2)
MIPSAssembler.cpp     [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_32.c 88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst));
sljitNativeMIPS_common.c 182 #define SEB (HI(31) | (16 << 6) | LO(32))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]

Completed in 669 milliseconds