Searched refs:SEB (Results 1 – 11 of 11) 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… 128 ; NO-SEB-SEH: sll $[[R17:[0-9]+]], $[[R16]], 24 129 ; NO-SEB-SEH: sra $2, $[[R17]], 24 131 ; HAS-SEB-SEH: seb $2, $[[R16]] [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/main/none/tests/mips64/ |
D | arithmetic_instruction.c | 13 MOVZ, SEB, SEH, SLT, enumerator 276 case SEB: in main()
|
/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 | 331 def SEB : BinaryRXE<"seb", 0xED0B, fsub, FP32, load, 4>;
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1010 // Format: SEB rx MIPS16e
|
D | MipsInstrInfo.td | 1297 def SEB : MMRel, SignExtInReg<"seb", i8, GPR32Opnd, II_SEB>,
|
D | MipsISelLowering.cpp | 1049 BuildMI(BB, DL, TII->get(Mips::SEB), DstReg).addReg(SrcReg); in emitSignExtendToI32InReg()
|
/external/valgrind/main/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32r2-BE | 1095 SEB
|
D | MIPS32int.stdout.exp-mips32r2-LE | 1095 SEB
|