Home
last modified time | relevance | path

Searched refs:left_shift (Results 1 – 25 of 32) sorted by relevance

12

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc386 unsigned left_shift) const { in ExtendValue()
421 return ShiftOperand(reg_size, value, LSL, left_shift); in ExtendValue()
4855 int left_shift = immhimmb - (8 << highestSetBit); in VisitNEONScalarShiftImmediate() local
4858 shl(vf, rd, rn, left_shift); in VisitNEONScalarShiftImmediate()
4861 sli(vf, rd, rn, left_shift); in VisitNEONScalarShiftImmediate()
4864 sqshl(vf, rd, rn, left_shift); in VisitNEONScalarShiftImmediate()
4867 uqshl(vf, rd, rn, left_shift); in VisitNEONScalarShiftImmediate()
4870 sqshlu(vf, rd, rn, left_shift); in VisitNEONScalarShiftImmediate()
4987 int left_shift = immhimmb - (8 << highestSetBit); in VisitNEONShiftImmediate() local
4991 shl(vf, rd, rn, left_shift); in VisitNEONShiftImmediate()
[all …]
Dassembler-aarch64.cc2800 void Assembler::orr(const VRegister& vd, const int imm8, const int left_shift) { in orr() argument
2801 NEONModifiedImmShiftLsl(vd, imm8, left_shift, NEONModifiedImmediate_ORR); in orr()
2816 void Assembler::bic(const VRegister& vd, const int imm8, const int left_shift) { in bic() argument
2817 NEONModifiedImmShiftLsl(vd, imm8, left_shift, NEONModifiedImmediate_BIC); in bic()
4106 const int left_shift, in NEONModifiedImmShiftLsl() argument
4110 VIXL_ASSERT((left_shift == 0) || (left_shift == 8) || (left_shift == 16) || in NEONModifiedImmShiftLsl()
4111 (left_shift == 24)); in NEONModifiedImmShiftLsl()
4121 cmode_1 = (left_shift >> 3) & 1; in NEONModifiedImmShiftLsl()
4122 cmode_2 = left_shift >> 4; in NEONModifiedImmShiftLsl()
4125 VIXL_ASSERT((left_shift == 0) || (left_shift == 8)); in NEONModifiedImmShiftLsl()
[all …]
Dassembler-aarch64.h1768 void orr(const VRegister& vd, const int imm8, const int left_shift = 0);
1780 void bic(const VRegister& vd, const int imm8, const int left_shift = 0);
2759 static Instr ImmExtendShift(unsigned left_shift) { in ImmExtendShift() argument
2760 VIXL_ASSERT(left_shift <= 4); in ImmExtendShift()
2761 return left_shift << ImmExtendShift_offset; in ImmExtendShift()
3154 unsigned left_shift);
3236 const int left_shift,
Dmacro-assembler-aarch64.h2450 void Bic(const VRegister& vd, const int imm8, const int left_shift = 0) {
2453 bic(vd, imm8, left_shift);
2655 void Orr(const VRegister& vd, const int imm8, const int left_shift = 0) {
2658 orr(vd, imm8, left_shift);
/external/v8/src/arm64/
Dassembler-arm64-inl.h1092 Instr Assembler::ImmExtendShift(unsigned left_shift) {
1093 DCHECK(left_shift <= 4);
1094 return left_shift << ImmExtendShift_offset;
Dsimulator-arm64.cc971 T Simulator::ExtendValue(T value, Extend extend_type, unsigned left_shift) { in ExtendValue() argument
1001 return value << left_shift; in ExtendValue()
1476 unsigned left_shift = instr->ImmExtendShift(); in VisitAddSubExtended() local
1478 uint64_t op2 = ExtendValue(xreg(instr->Rm()), ext, left_shift); in VisitAddSubExtended()
1481 uint32_t op2 = ExtendValue(wreg(instr->Rm()), ext, left_shift); in VisitAddSubExtended()
Dassembler-arm64.cc2483 unsigned left_shift) { in EmitExtendShift() argument
2491 unsigned non_shift_bits = (reg_size - left_shift) & (reg_size - 1); in EmitExtendShift()
2505 lsl(rd, rn_, left_shift); in EmitExtendShift()
2512 lsl(rd, rn_, left_shift); in EmitExtendShift()
Dsimulator-arm64.h700 unsigned left_shift = 0);
Dassembler-arm64.h1776 inline static Instr ImmExtendShift(unsigned left_shift);
1925 unsigned left_shift);
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp192 int left_shift = rect.left % 32; in Clone() local
193 int right_shift = 32 - left_shift; in Clone()
200 (src_scan[i] << left_shift) | (src_scan[i + 1] >> right_shift); in Clone()
Dfx_dib_composite.cpp4692 int left_shift = rect.left % 8; in CompositeRect() local
4708 uint8_t left_flag = *dest_scan_top & (255 << (8 - left_shift)); in CompositeRect()
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt7164 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7165 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7166 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7167 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7168 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7169 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7170 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7171 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7172 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7173 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt7141 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7142 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7143 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7144 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7145 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7146 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7147 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7148 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7149 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7150 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/lmp-mr1/src/
Des30-lmp-mr1.txt7164 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7165 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7166 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7167 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7168 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7169 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7170 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7171 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7172 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7173 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/lmp/
Dgles3-master.txt7141 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7142 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7143 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7144 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7145 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7146 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7147 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7148 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7149 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7150 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/mnc/src/
Dgles3-master.txt7555 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7556 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7557 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7558 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7559 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7560 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7561 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7562 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7563 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7564 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/autotest/client/site_tests/graphics_dEQP/expectations/pinetrail/
Dgles3-master.Skipped.bz21dEQP-GLES3.functional.attribute_location.bind.float 2dEQP-GLES3.functional. ...
/external/deqp/android/cts/nyc/
Dgles3-master.txt7648 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7649 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7650 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7651 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7652 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7653 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7654 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7655 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7656 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7657 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/mnc/
Dgles3-master.txt7555 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7556 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7557 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7558 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7559 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7560 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7561 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7562 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7563 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7564 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/master/
Dgles3-master.txt7646 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7647 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7648 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7649 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7650 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7651 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7652 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7653 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7654 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7655 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/deqp/android/cts/nyc/src/
Dgles3-master.txt7648 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_vertex
7649 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_int_uint_fragment
7650 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_vertex
7651 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_int_uint_fragment
7652 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_vertex
7653 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec2_uvec2_fragment
7654 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
7655 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
7656 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_vertex
7657 dEQP-GLES3.functional.shaders.operator.binary_operator.left_shift.lowp_ivec3_uvec3_fragment
[all …]
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c6184 Bool left_shift ) in dis_SHLRD_Gv_Ev() argument
6226 ( left_shift ? 'l' : 'r' ), nameISize(sz), in dis_SHLRD_Gv_Ev()
6234 ( left_shift ? 'l' : 'r' ), nameISize(sz), in dis_SHLRD_Gv_Ev()
6246 getres = left_shift ? Iop_64HIto32 : Iop_64to32; in dis_SHLRD_Gv_Ev()
6247 shift = left_shift ? Iop_Shl64 : Iop_Shr64; in dis_SHLRD_Gv_Ev()
6255 getres = left_shift ? Iop_32HIto16 : Iop_32to16; in dis_SHLRD_Gv_Ev()
6256 shift = left_shift ? Iop_Shl32 : Iop_Shr32; in dis_SHLRD_Gv_Ev()
6265 if (left_shift) in dis_SHLRD_Gv_Ev()
6279 setFlags_DEP1_DEP2_shift ( left_shift ? Iop_Shl32 : Iop_Sar32, in dis_SHLRD_Gv_Ev()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1495 const int left_shift = 0)
2817 const int left_shift = 0)
/external/deqp/external/vulkancts/mustpass/1.0.0/src/
Dmaster.txt68418 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_int_uint_vertex
68419 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_int_uint_fragment
68420 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
68421 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
68422 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec3_uvec3_vertex
68423 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec3_uvec3_fragment
68424 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec4_uvec4_vertex
68425 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec4_uvec4_fragment
68426 dEQP-VK.glsl.operator.binary_operator.left_shift.highp_int_uint_vertex
68427 dEQP-VK.glsl.operator.binary_operator.left_shift.highp_int_uint_fragment
[all …]
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt69470 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_int_uint_vertex
69471 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_int_uint_fragment
69472 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec2_uvec2_vertex
69473 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec2_uvec2_fragment
69474 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec3_uvec3_vertex
69475 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec3_uvec3_fragment
69476 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec4_uvec4_vertex
69477 dEQP-VK.glsl.operator.binary_operator.left_shift.mediump_ivec4_uvec4_fragment
69478 dEQP-VK.glsl.operator.binary_operator.left_shift.highp_int_uint_vertex
69479 dEQP-VK.glsl.operator.binary_operator.left_shift.highp_int_uint_fragment
[all …]

12