Searched refs:EXT1 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/test/Transforms/BDCE/ |
D | sext_multi_uses.ll | 6 ; CHECK-NEXT: [[EXT1:%.*]] = zext i16 [[A:%.*]] to i32 7 ; CHECK-NEXT: [[AND:%.*]] = and i32 [[EXT1]], 65280 8 ; CHECK-NEXT: [[LSR:%.*]] = lshr i32 [[EXT1]], 8 25 ; CHECK-NEXT: [[EXT1:%.*]] = zext i16 [[A:%.*]] to i32 26 ; CHECK-NEXT: [[LSR:%.*]] = lshr i32 [[EXT1]], 8 28 ; CHECK-NEXT: [[AND:%.*]] = or i32 [[EXT1]], -65536 102 ; CHECK-NEXT: [[EXT1:%.*]] = zext i8 [[X:%.*]] to i16 103 ; CHECK-NEXT: [[ADD:%.*]] = add i16 [[EXT1]], [[Y:%.*]]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sign_extend.ll | 68 ; GCN-DAG: s_bfe_i32 [[EXT1:s[0-9]+]], [[VAL]], 0x80008 73 ; GCN-DAG: v_mov_b32_e32 [[VEXT1:v[0-9]+]], [[EXT1]] 100 ; GCN-DAG: v_bfe_i32 [[EXT1:v[0-9]+]], [[VAL]], 8, 8 105 ; GCN: buffer_store_dword [[EXT1]]
|
/external/python/cpython2/Lib/ |
D | pickle.py | 151 EXT1 = '\x82' # push object from extension registry; 1-byte index variable 766 write(EXT1 + chr(code)) 1103 dispatch[EXT1] = load_ext1
|
/external/python/cpython3/Lib/ |
D | pickle.py | 160 EXT1 = b'\x82' # push object from extension registry; 1-byte index variable 1084 write(EXT1 + pack("<B", code)) 1543 dispatch[EXT1[0]] = load_ext1
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | insert-extract-shuffle.ll | 242 ; CHECK-NEXT: [[EXT1:%.*]] = extractelement <2 x float> [[X:%.*]], i32 1 243 ; CHECK-NEXT: store float [[EXT1]], float* undef, align 4 248 ; CHECK-NEXT: [[INS2:%.*]] = insertelement <4 x float> [[INS1]], float [[EXT1]], i32 3
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1334 self.produce_global_ext(0x00000001, pickle.EXT1) # smallest EXT1 code 1335 self.produce_global_ext(0x000000ff, pickle.EXT1) # largest EXT1 code
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 77 #define EXT1 '\x82' /* push object from extension registry; 1-byte index */ macro 2280 c_str[0] = EXT1; in save_global() 4915 case EXT1: in load() 5332 case EXT1: in noload()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | lookahead.ll | 260 ; CHECK-NEXT: store double [[A1]], double* [[EXT1:%.*]], align 8 348 ; CHECK-NEXT: store double [[A1]], double* [[EXT1:%.*]], align 8
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 2024 self.produce_global_ext(0x00000001, pickle.EXT1) # smallest EXT1 code 2025 self.produce_global_ext(0x000000ff, pickle.EXT1) # largest EXT1 code
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 82 EXT1 = '\x82', enumerator 3700 pdata[0] = EXT1; in save_global() 6984 OP_ARG(EXT1, load_extension, 1) in load()
|