HomeSort by relevance Sort by last modified time
    Searched refs:SEB (Results 1 - 21 of 21) 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);
  /art/runtime/interpreter/mterp/mips/
header.S 157 #define SEB(rd, rt) \
158 seb rd, rt
164 #define SEB(rd, rt) \
  /external/v8/src/mips/
constants-mips.h 485 SEB = ((2U << 3) + 0),
    [all...]
assembler-mips.cc 2212 void Assembler::seb(Register rd, Register rt) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 505 SEB = ((2U << 3) + 0),
    [all...]
assembler-mips64.cc 2592 void Assembler::seb(Register rd, Register rt) { function in class:v8::internal::Assembler
    [all...]
simulator-mips64.cc     [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 285 void SEB(int Rd, int Rt); // sign-extend byte (mips32r2)
MIPSAssembler.cpp     [all...]
  /external/pcre/dist2/src/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...]
  /toolchain/binutils/binutils-2.25/opcodes/
nds32-dis.c 564 case ALU1 (SEB):
nds32-asm.c 342 {"seb", "=rt,%ra", ALU1 (SEB), 4, ATTR_ALL, 0, NULL, 0, NULL},
    [all...]
  /external/v8/src/s390/
simulator-s390.h 1222 EVALUATE(SEB);
constants-s390.h 232 V(seb, SEB, 0xED0B) /* type = RXE SUBTRACT (short BFP) */ \
    [all...]
simulator-s390.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 164 #define SEB(rd, rt) \
165 seb rd, rt
171 #define SEB(rd, rt) \
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-nds32.c     [all...]

Completed in 1103 milliseconds