Home
last modified time | relevance | path

Searched refs:SIGNBIT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dnegate.ll57 ; CHECK-NEXT: [[SIGNBIT:%.*]] = shl i8 [[X:%.*]], 7
58 ; CHECK-NEXT: ret i8 [[SIGNBIT]]
67 ; CHECK-NEXT: [[SIGNBIT:%.*]] = and <2 x i8> [[X:%.*]], <i8 -128, i8 -128>
68 ; CHECK-NEXT: ret <2 x i8> [[SIGNBIT]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dfneg.ll63 ; GCN: v_bfrev_b32_e32 [[SIGNBIT:v[0-9]+]], 1{{$}}
64 ; GCN: v_xor_b32_e32 [[RES:v[0-9]+]], [[NEG_VALUE]], [[SIGNBIT]]
Dclamp.ll56 ; GCN-DAG: v_bfrev_b32_e32 [[SIGNBIT:v[0-9]+]], 1
57 ; GCN: v_med3_f32 v{{[0-9]+}}, [[A]], [[SIGNBIT]], 1.0
Dfneg-combines.ll158 ; GCN-SAFE: v_bfrev_b32_e32 [[SIGNBIT:v[0-9]+]], 1{{$}}
159 ; GCN-SAFE: v_xor_b32_e32 [[NEG_A:v[0-9]+]], [[A]], [[SIGNBIT]]
161 ; GCN-SAFE: v_xor_b32_e32 [[NEG_ADD:v[0-9]+]], [[ADD]], [[SIGNBIT]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dabs-1.ll467 ; CHECK-NEXT: [[SIGNBIT:%.*]] = ashr i8 [[X:%.*]], 7
468 ; CHECK-NEXT: [[ADD:%.*]] = add i8 [[SIGNBIT]], [[X]]
469 ; CHECK-NEXT: [[ABS:%.*]] = xor i8 [[ADD]], [[SIGNBIT]]
470 ; CHECK-NEXT: call void @extra_use(i8 [[SIGNBIT]])
/external/python/cpython2/Lib/plat-unixware7/
DIN.py366 SIGNBIT = 0x80000000 variable