HomeSort by relevance Sort by last modified time
    Searched full:cmpgt (Results 1 - 25 of 66) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns16-l-unit.d 92 [0-9a-f]+[02468ace] <[^>]*> fc39[ \t]+cmpgt \.L2X b7,a0,b1
93 [0-9a-f]+[02468ace] <[^>]*> 2c28[ \t]+cmpgt \.L1 a1,a0,a0
94 [0-9a-f]+[02468ace] <[^>]*> 4c29[ \t]+cmpgt \.L2 b2,b0,b0
95 [0-9a-f]+[02468ace] <[^>]*> 6c38[ \t]+cmpgt \.L1 a3,a0,a1
96 [0-9a-f]+[02468ace] <[^>]*> 8c39[ \t]+cmpgt \.L2 b4,b0,b1
97 [0-9a-f]+[02468ace] <[^>]*> bc28[ \t]+cmpgt \.L1X a5,b0,a0
98 [0-9a-f]+[02468ace] <[^>]*> dc29[ \t]+cmpgt \.L2X b6,a0,b0
147 [0-9a-f]+[02468ace] <[^>]*> 52a6[ \t]+cmpgt \.L1 0,a5,a0
148 [0-9a-f]+[02468ace] <[^>]*> 73a7[ \t]+cmpgt \.L2 1,b7,b0
155 [0-9a-f]+[02468ace] <[^>]*> 52a6[ \t]+cmpgt \.L1 0,a5,a
    [all...]
insns-c674x.s 242 cmpgt .L1 a1,a3,a3
243 [a1] cmpgt .L1X a1,b4,a7
244 [b1] cmpgt .L2 b10,b11,b12
245 cmpgt .L2X b13,a14,b15
246 [!a1] cmpgt .L1 -16,a16,a17
247 cmpgt .L1X 15,b18,a19
248 cmpgt .L2 3,b20,b22
249 [!b1] cmpgt .L2X 4,a23,b25
250 cmpgt .L1 a4,a7:a6,a18
251 [a2] cmpgt .L1X b9,a11:a10,a2
    [all...]
insns-bad-1.s 273 cmpgt .S1 a1,a2,a3
274 cmpgt .L1 a1,a2,a3,a4
275 cmpgt .L1 a1:a0,a3:a2,a5
276 cmpgt .L2 -17,b4,b5
277 cmpgt .L2 16,b4,b5
278 cmpgt .L1 -17,a5:a4,a3
279 cmpgt .L1 16,a5:a4,a3
280 cmpgt .L1X -16,a5:a4,a3
insns-c674x.d 245 [0-9a-f]+[048c] <[^>]*> 018c28f8[ \t]+cmpgt \.L1 a1,a3,a3
246 [0-9a-f]+[048c] <[^>]*> 839038f8[ \t]+\[a1\] cmpgt \.L1X a1,b4,a7
247 [0-9a-f]+[048c] <[^>]*> 462d48fa[ \t]+\[b1\] cmpgt \.L2 b10,b11,b12
248 [0-9a-f]+[048c] <[^>]*> 07b9b8fa[ \t]+cmpgt \.L2X b13,a14,b15
249 [0-9a-f]+[048c] <[^>]*> 98c208d8[ \t]+\[!a1\] cmpgt \.L1 -16,a16,a17
250 [0-9a-f]+[048c] <[^>]*> 09c9f8d8[ \t]+cmpgt \.L1X 15,b18,a19
251 [0-9a-f]+[048c] <[^>]*> 0b5068da[ \t]+cmpgt \.L2 3,b20,b22
252 [0-9a-f]+[048c] <[^>]*> 5cdc98da[ \t]+\[!b1\] cmpgt \.L2X 4,a23,b25
253 [0-9a-f]+[048c] <[^>]*> 091888b8[ \t]+cmpgt \.L1 a4,a7:a6,a18
254 [0-9a-f]+[048c] <[^>]*> aa2938b8[ \t]+\[a2\] cmpgt \.L1X b9,a11:a10,a2
    [all...]
insns-bad-1.l 281 [^:]*:273: Error: 'cmpgt' instruction not supported on this functional unit
282 [^:]*:274: Error: too many operands to 'cmpgt'
283 [^:]*:275: Error: bad operand combination for 'cmpgt'
284 [^:]*:276: Error: operand 1 of 'cmpgt' out of range
285 [^:]*:277: Error: operand 1 of 'cmpgt' out of range
286 [^:]*:278: Error: operand 1 of 'cmpgt' out of range
287 [^:]*:279: Error: operand 1 of 'cmpgt' out of range
288 [^:]*:280: Error: bad operand combination for 'cmpgt'
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
cmp.ll 18 define i32 @cmpgt(i32 %i) #0 {
23 %1 = call i32 @llvm.hexagon.C2.cmpgt(i32 %0, i32 2)
29 declare i32 @llvm.hexagon.C2.cmpgt(i32, i32) #1
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 917 CMPgt = Cmp(1)
921 // end, returning a Cmp (one of CMPlt, CMPeq, CMPgt).
937 return CMPgt
948 return CMPgt
969 // CMPeq, CMPgt as t<x, t==x, t>x, for an arbitrary
986 return CMPgt
1038 return CMPgt
1041 return CMPgt
1070 return CMPgt // nil > non-nil
1079 return CMPgt // bucket maps are leas
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 917 CMPgt = Cmp(1)
921 // end, returning a Cmp (one of CMPlt, CMPeq, CMPgt).
937 return CMPgt
948 return CMPgt
969 // CMPeq, CMPgt as t<x, t==x, t>x, for an arbitrary
986 return CMPgt
1038 return CMPgt
1041 return CMPgt
1070 return CMPgt // nil > non-nil
1079 return CMPgt // bucket maps are leas
    [all...]
  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 301 return types.CMPgt
339 return types.CMPgt
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 301 return types.CMPgt
339 return types.CMPgt
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
basic-1.s 44 cmpgt r30,r31,r51
basic-1.d 46 [ ]+94:[ ]+01e37f30[ ]+cmpgt r30,r31,r51
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvec.h 229 inline Is32vec4 cmpgt(const Is32vec4 &a,const Is32vec4 &b) { return _mm_cmpgt_epi32(a,b); } function
399 inline Is16vec8 cmpgt(const Is16vec8 &a,const Is16vec8 &b) { return _mm_cmpgt_epi16(a,b); } function
571 inline Is8vec16 cmpgt(const Is8vec16 &a,const Is8vec16 &b) { return _mm_cmpgt_epi8(a,b); } function
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
inst.s 111 cmpgt f2,r31,r32
inst.d 67 1c8: 02c127e0 82c1b0c4 cmpgt.s f2, r31, r32 -> cmpge.s f3, r3, r4
  /external/swiftshader/src/Shader/
PixelPipeline.cpp     [all...]
PixelRoutine.cpp 355 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)));
368 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)));
374 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value));
379 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)));
545 cmp = CmpGT(*Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)), alpha);
550 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)));
555 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))) ^ Short4(0xFFFFu); // FIXME
559 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)));
    [all...]
  /external/opencv/cxcore/src/
cxcmp.cpp 509 ICV_DEF_CMP_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_ ) \
511 ICV_DEF_CMP_CONST_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_)\
528 CV_DEF_INIT_FUNC_TAB_2D( CmpGT, C1R )
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
nios2-opc.c 235 {"cmpgt", "d,s,t", "d,s,t,E", 3, 4, iw_r_type,
488 {"cmpgt", "d,s,t", "d,s,t,E", 3, 4, iw_F3X6_type,
    [all...]
sh64-opc.c 141 /* 000000mmmmmm0011nnnnnndddddd0000 cmpgt <A_GREG_M>,<A_GREG_N>,<A_GREG_D> */
142 { "cmpgt", {A_GREG_M,A_GREG_N,A_GREG_D}, {OFFSET_20,OFFSET_10,OFFSET_4}, 0x00030000
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
tic6x-opcode-table.h 728 INSNE(cmpgt, l_si_xsi_ui, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_PREFER(1),
733 INSNE(cmpgt, l_s5_xsi_ui, l, 1_or_2_src, 1cycle, C62X, 0,
738 INSNE(cmpgt, l_xsi_sl_ui, l, 1_or_2_src, 1cycle, C62X, 0,
743 INSNE(cmpgt, l_s5_sl_ui, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_NO_CROSS,
748 INSNE(cmpgt, l_xsi_si_ui, l, 1_or_2_src, 1cycle, C62X,
754 INSNE(cmpgt, l_xsi_s5_ui, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_MACRO,
759 INSNE(cmpgt, l_sl_xsi_ui, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_MACRO,
764 INSNE(cmpgt, l_sl_s5_ui, l, 1_or_2_src, 1cycle, C62X,
772 INSN(cmpgt, l, lx1c, 1cycle, C64XP, 0,
777 INSN(cmpgt, l, l2c, 1cycle, C64XP, 0
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.td 72 def CmpGT : PatLeaf<(i32 4)>;
    [all...]
  /external/swiftshader/src/Reactor/
Main.cpp 648 *Pointer<Byte8>(out + 16 * 5) = CmpGT(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, 0));
Reactor.hpp 572 // RValue<Byte8> CmpGT(RValue<Byte8> x, RValue<Byte8> y);
624 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y);
807 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y);
    [all...]

Completed in 1120 milliseconds

1 2 3