Searched refs:SEB (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/mips64/
H A Darithmetic_instruction.c13 MOVZ, SEB, SEH, SLT, enumerator in enum:__anon33128
276 case SEB:
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_32.c88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst));
H A DsljitNativeMIPS_common.c182 #define SEB (HI(31) | (16 << 6) | LO(32)) macro
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1049 BuildMI(BB, DL, TII->get(Mips::SEB), DstReg).addReg(SrcReg);

Completed in 3923 milliseconds