Home
last modified time | relevance | path

Searched refs:s_s (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.h349 V(S128Not, 0xfd4d, s_s) \
355 V(I8x16Abs, 0xfd60, s_s) \
356 V(I8x16Neg, 0xfd61, s_s) \
376 V(I16x8Abs, 0xfd80, s_s) \
377 V(I16x8Neg, 0xfd81, s_s) \
383 V(I16x8SConvertI8x16Low, 0xfd87, s_s) \
384 V(I16x8SConvertI8x16High, 0xfd88, s_s) \
385 V(I16x8UConvertI8x16Low, 0xfd89, s_s) \
386 V(I16x8UConvertI8x16High, 0xfd8a, s_s) \
402 V(I32x4Abs, 0xfda0, s_s) \
[all …]
/external/llvm/test/MC/COFF/
Dsection.s35 .section s_s,"s"; .long 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsection.s36 .section s_s,"s"; .long 1
/external/boringssl/src/crypto/hrss/
Dhrss.c876 const vec_t s_s = in poly3_invert_vec() local
879 (s_s | s_a) & vec_broadcast_bit15(deg_f - deg_g); in poly3_invert_vec()
882 poly3_vec_fmsub(f_s, f_a, g_s, g_a, s_s, s_a); in poly3_invert_vec()
886 poly3_vec_fmsub(b_s, b_a, c_s, c_a, s_s, s_a); in poly3_invert_vec()
960 const crypto_word_t s_s = lsb_to_all( in HRSS_poly3_invert() local
963 (s_s | s_a) & constant_time_lt_w(deg_f, deg_g); in HRSS_poly3_invert()
973 poly3_fmsub(&f, &g, s_s, s_a); in HRSS_poly3_invert()
974 poly3_fmsub(b, &c, s_s, s_a); in HRSS_poly3_invert()