Home
last modified time | relevance | path

Searched refs:i8 (Results 1 - 25 of 284) sorted by relevance

12345678910>>...12

/third_party/ffmpeg/libavcodec/
H A Dh264_direct.c210 int i8, i4; in pred_spatial_direct_motion() local
359 for (i8 = 0; i8 < 4; i8++) { in pred_spatial_direct_motion()
360 int x8 = i8 & 1; in pred_spatial_direct_motion()
361 int y8 = i8 >> 1; in pred_spatial_direct_motion()
366 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_spatial_direct_motion()
368 sl->sub_mb_type[i8] = sub_mb_type; in pred_spatial_direct_motion()
370 fill_rectangle(&sl->ref_cache[0][scan8[i8 * 4]], 2, 2, 8, in pred_spatial_direct_motion()
372 fill_rectangle(&sl->ref_cache[1][scan8[i8 * in pred_spatial_direct_motion()
497 int i8, i4; pred_temp_direct_motion() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dfit-macro-constant-types-signed.rs8 pub const N0: i8 = 0;
9 pub const N1: i8 = 1;
10 pub const N2: i8 = 2;
11 pub const N_1: i8 = -1;
12 pub const N_2: i8 = -2;
19 pub const MIN_U16: i8 = 0;
21 pub const MIN_U16_Plus1: i8 = 1;
23 pub const MIN_U16_Minus1: i8 = -1;
31 pub const MIN_U32: i8 = 0;
33 pub const MIN_U32_Plus1: i8
[all...]
H A Dfit-macro-constant-types.rs11 pub const N_1: i8 = -1;
12 pub const N_2: i8 = -2;
23 pub const MIN_U16_Minus1: i8 = -1;
35 pub const MIN_U32_Minus1: i8 = -1;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DLowLevel.cpp311 TestRegReg(cmp, eax, ecx, i8, 2, 0x3A, 0xC1); in TEST_F()
312 TestRegReg(cmp, ecx, edx, i8, 2, 0x3A, 0xCA); in TEST_F()
313 TestRegReg(cmp, edx, ebx, i8, 2, 0x3A, 0xD3); in TEST_F()
314 TestRegReg(cmp, ebx, esp, i8, 2, 0x3A, 0xDC); // emit: cmp bl, ah in TEST_F()
315 TestRegReg(cmp, esp, ebp, i8, 3, 0x40, 0x3A, 0xE5); in TEST_F()
316 TestRegReg(cmp, ebp, esi, i8, 3, 0x40, 0x3A, 0xEE); in TEST_F()
317 TestRegReg(cmp, esi, edi, i8, 3, 0x40, 0x3A, 0xF7); in TEST_F()
318 TestRegReg(cmp, edi, r8, i8, 3, 0x41, 0x3A, 0xF8); in TEST_F()
319 TestRegReg(cmp, r8, r9, i8, 3, 0x45, 0x3A, 0xC1); in TEST_F()
320 TestRegReg(cmp, r9, r10, i8, in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DLowLevel.cpp254 TestRegReg(cmp, eax, ecx, i8, 2, 0x3A, 0xC1); in TEST_F()
255 TestRegReg(cmp, ecx, edx, i8, 2, 0x3A, 0xCA); in TEST_F()
256 TestRegReg(cmp, edx, ebx, i8, 2, 0x3A, 0xD3); in TEST_F()
257 TestRegReg(cmp, ebx, esp, i8, 2, 0x3A, 0xDC); in TEST_F()
258 TestRegReg(cmp, esp, ebp, i8, 2, 0x3A, 0xE5); in TEST_F()
259 TestRegReg(cmp, ebp, esi, i8, 2, 0x3A, 0xEE); in TEST_F()
260 TestRegReg(cmp, esi, edi, i8, 2, 0x3A, 0xF7); in TEST_F()
261 TestRegReg(cmp, edi, eax, i8, 2, 0x3A, 0xF8); in TEST_F()
282 TestRegImm(cmp, eax, 5, i8, 2, 0x3C, 0x05); in TEST_F()
283 TestRegImm(cmp, ecx, 5, i8, in TEST_F()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DintTypeCheck.js44 interface i8 extends i4 { }
196 var obj77: i8;
197 var obj78: i8 = {};
198 var obj79: i8 = new Object();
199 var obj80: i8 = new obj77;
200 var obj81: i8 = new Base;
201 var obj82: i8 = null;
202 var obj83: i8 = function () { };
203 //var obj84: i8 = function foo() { };
204 var obj85: i8
[all...]
H A DinterfaceDeclaration1.js42 interface i8 extends i9 { }
43 interface i9 extends i8 { }
H A DcommentsClass.js63 var i8 = new c8();
138 var i8 = new c8();
195 declare var i8: c8;
/third_party/ffmpeg/libavcodec/arm/
H A Drv40dsp_neon.S214 vmov.i8 d0, #52
215 vmov.i8 d1, #20
222 vmov.i8 d0, #20
223 vmov.i8 d1, #52
231 vmov.i8 d0, #52
232 vmov.i8 d1, #20
247 vmov.i8 d0, #52
248 vmov.i8 d1, #20
267 vmov.i8 d0, #20
268 vmov.i8 d
[all...]
/third_party/rust/crates/memchr/src/memchr/x86/
H A Dsse42.rs29 let vn1 = _mm_set1_epi8(n1 as i8); in memchr3()
30 let vn2 = _mm_set1_epi8(n2 as i8); in memchr3()
31 let vn3 = _mm_set1_epi8(n3 as i8); in memchr3()
33 n1 as i8, n2 as i8, n3 as i8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in memchr3()
H A Dsse2.rs108 let vn1 = _mm_set1_epi8(n1 as i8); in memchr()
191 let vn1 = _mm_set1_epi8(n1 as i8); in memchr2()
192 let vn2 = _mm_set1_epi8(n2 as i8); in memchr2()
265 let vn1 = _mm_set1_epi8(n1 as i8); in memchr3()
266 let vn2 = _mm_set1_epi8(n2 as i8); in memchr3()
267 let vn3 = _mm_set1_epi8(n3 as i8); in memchr3()
343 let vn1 = _mm_set1_epi8(n1 as i8); in memrchr()
422 let vn1 = _mm_set1_epi8(n1 as i8); in memrchr2()
423 let vn2 = _mm_set1_epi8(n2 as i8); in memrchr2()
494 let vn1 = _mm_set1_epi8(n1 as i8); in memrchr3()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp50 addRegisterClass(MVT::i8, &MSP430::GR8RegClass); in MSP430TargetLowering()
62 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
69 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering()
74 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
76 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering()
77 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering()
78 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering()
82 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering()
83 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering()
90 setOperationAction(ISD::BR_CC, MVT::i8, Custo in MSP430TargetLowering()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp38 addRegisterClass(MVT::i8, &AVR::GPR8RegClass); in AVRTargetLowering()
55 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in AVRTargetLowering()
61 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering()
65 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
81 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering()
82 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering()
83 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering()
91 setOperationAction(ISD::ROTL, MVT::i8, Custom); in AVRTargetLowering()
93 setOperationAction(ISD::ROTR, MVT::i8, Custom); in AVRTargetLowering()
96 setOperationAction(ISD::BR_CC, MVT::i8, Custo in AVRTargetLowering()
[all...]
H A DAVRISelDAGToDAG.cpp73 Disp = CurDAG->getTargetConstant(0, dl, MVT::i8); in SelectAddr()
110 if (isUInt<6>(RHSC) && (VT == MVT::i8 || VT == MVT::i16)) { in SelectAddr()
112 Disp = CurDAG->getTargetConstant(RHSC, dl, MVT::i8); in SelectAddr()
139 case MVT::i8: { in selectIndexedLoad()
181 case MVT::i8: { in selectIndexedProgMemLoad()
281 if (ImmNode->getValueType(0) != MVT::i8) { in SelectInlineAsmMemoryOperand()
282 Disp = CurDAG->getTargetConstant(ImmNode->getAPIntValue().getZExtValue(), dl, MVT::i8); in SelectInlineAsmMemoryOperand()
392 case MVT::i8: in select()
393 ResNode = CurDAG->getMachineNode(AVR::LPMRdZ, DL, MVT::i8, MVT::Other, in select()
475 assert(Type == MVT::i8 in selectMultiplication()
[all...]
/third_party/rust/crates/libloading/tests/
H A Dwindows.rs35 let windows: Symbol<unsafe fn() -> *const i8> = lib.get_ordinal(1).expect("function"); in test_ordinal()
45 let r: Result<Symbol<unsafe fn() -> *const i8>, _> = lib.get_ordinal(2); in test_ordinal_missing_fails()
47 let r: Result<Symbol<unsafe fn() -> *const i8>, _> = lib.get_ordinal(!0); in test_ordinal_missing_fails()
/third_party/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c388 int32_t prev8, i8; in testTrieUTF8() local
400 prev8=i8=0; in testTrieUTF8()
436 if(i8<(int32_t)sizeof(illegal)) { in testTrieUTF8()
437 U8_FWD_1(illegal, i8, sizeof(illegal)); in testTrieUTF8()
438 while(prev8<i8) { in testTrieUTF8()
445 while(i8<(int32_t)sizeof(illegal)) { in testTrieUTF8()
446 U8_FWD_1(illegal, i8, sizeof(illegal)); in testTrieUTF8()
447 while(prev8<i8) { in testTrieUTF8()
458 prev8=i8=(int32_t)(p-s); in testTrieUTF8()
459 U8_NEXT(s, i8, lengt in testTrieUTF8()
[all...]
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon.S67 vmov.i8 d3, #0
83 vmov.i8 d3, #0
122 vmov.i8 d3, #0
144 vmov.i8 d3, #0
194 vmov.i8 d3, #0
195 vmov.i8 d20, #0
218 vmov.i8 d3, #0
219 vmov.i8 d4, #0
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1382-rust-primitive-types.h10 typedef int8_t i8; typedef
20 int i8; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer-gen.cc202 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this),
208 Label* case_labels[] = {&i8, &u8, &i16, &u16, &i32, &u32, &i64, &u64};
212 BIND(&i8);
420 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this),
451 &i8, &u8, &i16, &u16, &i32, &u32,
456 BIND(&i8);
558 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this),
597 &i8, &u8, &i16, &u16, &i32, &u32,
602 BIND(&i8);
732 Label i8(thi
[all...]
/third_party/rust/crates/libc/src/
H A Dsgx.rs3 pub type c_schar = i8;
22 pub type c_char = i8;
33 // Use repr(u8) as LLVM expects `void*` to be the same as `i8*` to help
/third_party/libsnd/src/
H A Dtest_conversions.c50 char i8 = 12, t8 = 0 ; in conversion_test() local
72 psf_binheader_writef (psf, format_str, i8, i16, i24, i32, i64) ; in conversion_test()
96 cmp_test (__LINE__, i8, t8, "\n\nLine %d : 8 bit int failed %d -> %d.\n\n") ; in conversion_test()
/third_party/musl/porting/liteos_a/user/src/string/arm/
H A Dmemcmp.S72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
73 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
145 vsub.i8 q0, q0, q2
166 vsub.i8 d0, d0, d4
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemcmp_armv8m.S85 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
86 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
183 vsub.i8 q0, q0, q2
207 vsub.i8 q0, q0, q2
/third_party/musl/src/string/arm/liteos_a/
H A Dmemcmp.S72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
73 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
145 vsub.i8 q0, q0, q2
166 vsub.i8 d0, d0, d4
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp234 typedef detail::int8 i8; typedef
251 typedef tvec1<i8, defaultp> i8vec1;
255 typedef tvec2<i8, defaultp> i8vec2;
259 typedef tvec3<i8, defaultp> i8vec3;
263 typedef tvec4<i8, defaultp> i8vec4;

Completed in 15 milliseconds

12345678910>>...12