Searched refs:SEB (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | atomic.ll | 1 …| FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=NO-SEB-SEH -check-prefix=… 2 … FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=C… 3 … FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=C… 4 …| FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=… 5 …| FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=… 6 … FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=C… 7 … FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=C… 8 … FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=C… 12 …| FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=NO-SEB-SEH -check-prefix=C… 134 ; NO-SEB-SEH: sll $[[R17:[0-9]+]], $[[R16]], 24 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sub-01.ll | 16 ; Check the low end of the SEB range. 26 ; Check the high end of the aligned SEB range. 62 ; Check that SEB allows indices. 75 ; Check that subtractions of spilled values can use SEB rather than SEBR.
|
/external/valgrind/none/tests/mips64/ |
D | arithmetic_instruction.c | 13 MOVZ, SEB, SEH, SLT, enumerator 276 case SEB: in main()
|
/external/v8/src/mips/ |
D | constants-mips.h | 471 SEB = ((2U << 3) + 0), enumerator 1178 case SEB: in InstructionType()
|
D | disasm-mips.cc | 1264 case SEB: in DecodeTypeRegisterSPECIAL3()
|
D | simulator-mips.cc | 3826 case SEB: in DecodeTypeRegisterSPECIAL3()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 504 SEB = ((2U << 3) + 0), enumerator 1240 case SEB: in InstructionType()
|
D | disasm-mips64.cc | 1470 case SEB: in DecodeTypeRegisterSPECIAL3()
|
D | simulator-mips64.cc | 3945 case SEB: in DecodeTypeRegisterSPECIAL3()
|
/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_32.c | 88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 182 #define SEB (HI(31) | (16 << 6) | LO(32)) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 372 def SEB : BinaryRXE<"seb", 0xED0B, fsub, FP32, load, 4>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1587 emitInst(Mips::SEB, DestReg).addReg(SrcReg); in emitIntSExt32r2()
|
D | Mips16InstrInfo.td | 1010 // Format: SEB rx MIPS16e
|
D | MipsInstrInfo.td | 1630 def SEB : MMRel, StdMMR6Rel, SignExtInReg<"seb", i8, GPR32Opnd, II_SEB>,
|
D | MipsISelLowering.cpp | 1150 BuildMI(BB, DL, TII->get(Mips::SEB), DstReg).addReg(SrcReg); in emitSignExtendToI32InReg()
|
/external/valgrind/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32r2-LE | 1095 SEB
|
D | MIPS32int.stdout.exp-mips32r2-BE | 1095 SEB
|