Home
last modified time | relevance | path

Searched refs:DISTINCT_OPS (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/s390/
Dmacro-assembler-s390.cc3551 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in Add32()
3570 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in AddP()
3602 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Add32()
3619 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AddP()
3855 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Sub32()
3875 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in SubP()
4003 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in And()
4020 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AndP()
4125 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Or()
4142 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in OrP()
[all …]
Dassembler-s390.cc155 supported_ |= (1u << DISTINCT_OPS); in ProbeImpl()
176 supported_ |= (1u << DISTINCT_OPS); in ProbeImpl()
203 printf("DISTINCT_OPS=%d\n", CpuFeatures::IsSupported(DISTINCT_OPS)); in PrintFeatures()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1355 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1365 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1375 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1385 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1399 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1413 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1571 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
1602 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AssembleArchInstruction()
Dinstruction-selector-s390.cc48 OperandMode::kAllowRM | (CpuFeatures::IsSupported(DISTINCT_OPS) \
57 (CpuFeatures::IsSupported(DISTINCT_OPS) \
63 (CpuFeatures::IsSupported(DISTINCT_OPS) \
68 (CpuFeatures::IsSupported(DISTINCT_OPS) \
1382 (doZeroExt && CpuFeatures::IsSupported(DISTINCT_OPS)) in VisitInt32Mul()
/external/v8/src/
Dglobals.h797 DISTINCT_OPS, enumerator