/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 150 case 0: 151 case 1: 152 case 2: 153 case 3: 154 case 11: 157 case 4: 158 case 5: 159 case 6: 160 case 7: 163 case 8: [all …]
|
H A D | micromips_translate.c.inc | 712 case LWM32: 715 case SWM32: 719 case LDM: 722 case SDM: 736 case NOT16 + 0: 737 case NOT16 + 1: 738 case NOT16 + 2: 739 case NOT16 + 3: 742 case XOR16 + 0: 743 case XOR16 + 1: [all …]
|
H A D | nanomips_translate.c.inc | 1120 case OPC_BEQ: 1121 case OPC_BNE: 1130 case OPC_BGEZAL: 1138 case OPC_BPOSGE32: 1143 case OPC_JR: 1144 case OPC_JALR: 1165 case OPC_BEQ: /* rx == rx */ 1169 case OPC_BGEZAL: /* 0 >= 0 */ 1175 case OPC_BNE: /* rx != rx */ 1180 case OPC_JR: [all …]
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 30 case INDEX_op_goto_ptr: 33 case INDEX_op_ld8u_i32: 34 case INDEX_op_ld8s_i32: 35 case INDEX_op_ld16u_i32: 36 case INDEX_op_ld16s_i32: 37 case INDEX_op_ld_i32: 38 case INDEX_op_ld8u_i64: 39 case INDEX_op_ld8s_i64: 40 case INDEX_op_ld16u_i64: 41 case INDEX_op_ld16s_i64: [all …]
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 277 case R_LOONGARCH_BR_SK16: 279 case R_LOONGARCH_BR_SD10K16: 304 case TCG_TYPE_I32: 305 case TCG_TYPE_I64: 324 case TCG_TYPE_V64: 325 case TCG_TYPE_V128: 328 case TCG_TYPE_V256: 420 /* Single cu52i.d case. */ 569 case TCG_COND_EQ: /* -> NE */ 570 case TCG_COND_GE: /* -> LT */ [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | data.py | 46 if self.case.td.get(self.var) == self.value: 47 self.case.skipTest(self.msg) 65 if not self.case.td.get(self.var) == self.value: 66 self.case.skipTest(self.msg) 79 if self.value in (self.case.td.get(self.var)): 80 self.case.skipTest(self.msg) 93 if not self.value in (self.case.td.get(self.var) or ""): 94 self.case.skipTest(self.msg) 103 value = self.case.td[v] 123 if not has_feature(self.case.td, self.value): [all …]
|
H A D | depends.py | 13 def _add_depends(registry, case, depends): argument 14 module_name = case.__module__ 15 class_name = case.__class__.__name__ 17 case_id = case.id() 35 for case in depends: 36 if not case in cases: 38 for dep in depends[case]: 41 ", cases available %s." % (case, dep, str(cases.keys()))) 56 for case in cases: 57 if case in depends: [all …]
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 671 case R_RISCV_BRANCH: 673 case R_RISCV_JAL: 675 case R_RISCV_CALL: 777 case TCG_TYPE_I32: 778 case TCG_TYPE_I64: 781 case TCG_TYPE_V64: 782 case TCG_TYPE_V128: 783 case TCG_TYPE_V256: 962 case OPC_SB: 963 case OPC_SH: [all …]
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 125 case R_AARCH64_JUMP26: 126 case R_AARCH64_CALL26: 128 case R_AARCH64_CONDBR19: 130 case R_AARCH64_TSTBR14: 320 case 0: 322 case TCG_CT_CONST_ANDI: 325 case TCG_CT_CONST_ORRI: 892 * there is no point in emitting them in that case either. 1092 case TCG_TYPE_I32: 1093 case TCG_TYPE_I64: [all …]
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 473 case R_390_PC16DBL: 479 case R_390_PC32DBL: 485 case R_390_20: 583 case TCG_COND_EQ: 584 case TCG_COND_NE: 587 case TCG_COND_LT: 588 case TCG_COND_GE: 589 case TCG_COND_LE: 590 case TCG_COND_GT: 593 case TCG_COND_LTU: [all …]
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 307 case TCG_COND_EQ: 308 case TCG_COND_NE: 311 case TCG_COND_LT: 312 case TCG_COND_GE: 313 case TCG_COND_LE: 314 case TCG_COND_GT: 317 case TCG_COND_LTU: 318 case TCG_COND_GEU: 319 case TCG_COND_LEU: 320 case TCG_COND_GTU: [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/ |
H A D | 0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch | 27 case 0x0bef: 32 + case 0x3577: 33 + case 0x2562: 34 + case 0x3582: 35 + case 0x358e: 36 + case 0x2572: 37 + case 0x2582: 38 + case 0x258a: 39 + case 0x2592: 40 + case 0x2772: [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 17 from oeqa.core.case import OETestCase 106 def _registerTestCase(self, case): argument 107 case_id = case.id() 108 self.tc._registry['cases'][case_id] = case 110 def _handleTestCaseDecorators(self, case): argument 116 obj.bind(self.tc._registry, case) 124 method = getattr(case, case._testMethodName, None) 127 def _filterTest(self, case): argument 134 module_name_small = case.__module__.split('.')[0] 135 module_name = case.__module__ [all …]
|
H A D | runner.py | 95 def _getTestResultDetails(self, case): argument 108 if case.id() == scase.id(): 117 if case.__class__.__module__ == m.group('module_name'): 123 class_name = "%s.%s" % (case.__class__.__module__, 124 case.__class__.__name__) 181 case = self.tc._registry['cases'][case_name] 183 (status, log) = self._getTestResultDetails(case) 187 if case.id() in self.starttime and case.id() in self.endtime: 188 duration = self.endtime[case.id()] - self.starttime[case.id()] 193 logs[status].append("RESULTS - %s: %s%s" % (case.id(), status, t)) [all …]
|
/openbmc/qemu/crypto/ |
H A D | cipher-gcrypt.c.inc | 26 case QCRYPTO_CIPHER_ALGO_DES: 28 case QCRYPTO_CIPHER_ALGO_3DES: 30 case QCRYPTO_CIPHER_ALGO_AES_128: 32 case QCRYPTO_CIPHER_ALGO_AES_192: 34 case QCRYPTO_CIPHER_ALGO_AES_256: 36 case QCRYPTO_CIPHER_ALGO_CAST5_128: 38 case QCRYPTO_CIPHER_ALGO_SERPENT_128: 40 case QCRYPTO_CIPHER_ALGO_SERPENT_192: 42 case QCRYPTO_CIPHER_ALGO_SERPENT_256: 44 case QCRYPTO_CIPHER_ALGO_TWOFISH_128: [all …]
|
H A D | cipher-nettle.c.inc | 461 case QCRYPTO_CIPHER_ALGO_DES: 462 case QCRYPTO_CIPHER_ALGO_3DES: 463 case QCRYPTO_CIPHER_ALGO_AES_128: 464 case QCRYPTO_CIPHER_ALGO_AES_192: 465 case QCRYPTO_CIPHER_ALGO_AES_256: 466 case QCRYPTO_CIPHER_ALGO_CAST5_128: 467 case QCRYPTO_CIPHER_ALGO_SERPENT_128: 468 case QCRYPTO_CIPHER_ALGO_SERPENT_192: 469 case QCRYPTO_CIPHER_ALGO_SERPENT_256: 470 case QCRYPTO_CIPHER_ALGO_TWOFISH_128: [all …]
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 164 case R_MIPS_PC16: 166 case R_MIPS_16: 512 /* Simple reg-reg move, optimising out the 'do nothing' case */ 850 /* Note that tcg optimization should eliminate the bl == 0 case. */ 885 case TCG_COND_EQ: /* -> NE */ 886 case TCG_COND_GE: /* -> LT */ 887 case TCG_COND_GEU: /* -> LTU */ 888 case TCG_COND_LE: /* -> GT */ 889 case TCG_COND_LEU: /* -> GTU */ 898 case TCG_COND_NE: [all …]
|
/openbmc/linux/scripts/ |
H A D | parse-maintainers.pl | 143 my $case = " "; 144 $$hashref{$case} = ""; 155 $$hashref{$case} = $$hashref{$case} . $line; 158 $case = trim($lastline); 159 exists $$hashref{$case} and die "Header '$case' already exists"; 160 $$hashref{$case} = $line; 165 if ($case eq " ") { 166 $$hashref{$case} = $$hashref{$case} . $lastline; 170 trim($lastline) eq "" or die ("Odd non-pattern line '$lastline' for '$case'"); 173 $$hashref{$case} = $$hashref{$case} . $lastline;
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 56 - /* In case data is aligned, MurmurHash2 function */ 70 - case 3: hash ^= data[2] << 16; 71 - case 2: hash ^= data[1] << 8; 72 - case 1: hash ^= data[0]; 83 - case 1: t |= data[2] << 16; 84 - case 2: t |= data[1] << 8; 85 - case 3: t |= data[0]; 121 - case 3: d |= data[2] << 16; 122 - case 2: d |= data[1] << 8; 123 - case 1: d |= data[0]; [all …]
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 295 case R_SPARC_WDISP16: 302 case R_SPARC_WDISP19: 309 case R_SPARC_13: 732 case TCG_COND_LTU: 733 case TCG_COND_GEU: 737 case TCG_COND_EQ: 738 case TCG_COND_NE: 750 case TCG_COND_TSTEQ: 751 case TCG_COND_TSTNE: 759 case TCG_COND_GTU: [all …]
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 330 case R_ARM_PC24: 332 case R_ARM_PC13: 334 case R_ARM_PC11: 336 case R_ARM_PC8: 370 /* Simple case, no rotation required. */ 520 case 0: 522 case TCG_CT_CONST_ANDI: 525 case TCG_CT_CONST_ORRI: 571 /* Simple reg-reg move, optimising out the 'do nothing' case */ 1127 * The _goto case is normally between TBs within the same code buffer, and [all …]
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 117 case TCG_CALL_RET_NORMAL: 121 case TCG_CALL_RET_BY_VEC: 171 case R_386_PC32: 177 case R_386_32: 180 case R_386_PC8: 909 case TCG_TYPE_I64: 912 case TCG_TYPE_I32: 928 case TCG_TYPE_V64: 932 case TCG_TYPE_V128: 936 case TCG_TYPE_V256: [all …]
|
/openbmc/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 1580 case 0xffffffff: t_0 = 0; break; 1581 case 0x1: t_0 = 0x1; break; 1582 case 0x2: t_0 = 0x2; break; 1583 case 0x3: t_0 = 0x3; break; 1584 case 0x4: t_0 = 0x4; break; 1585 case 0x5: t_0 = 0x5; break; 1586 case 0x6: t_0 = 0x6; break; 1587 case 0x7: t_0 = 0x7; break; 1588 case 0x8: t_0 = 0x8; break; 1589 case 0x9: t_0 = 0x9; break; [all …]
|
/openbmc/qemu/target/xtensa/core-lx106/ |
H A D | xtensa-modules.c.inc | 1455 case 0xffffffff: t_0 = 0; break; 1456 case 0x1: t_0 = 0x1; break; 1457 case 0x2: t_0 = 0x2; break; 1458 case 0x3: t_0 = 0x3; break; 1459 case 0x4: t_0 = 0x4; break; 1460 case 0x5: t_0 = 0x5; break; 1461 case 0x6: t_0 = 0x6; break; 1462 case 0x7: t_0 = 0x7; break; 1463 case 0x8: t_0 = 0x8; break; 1464 case 0x9: t_0 = 0x9; break; [all …]
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 2018 case 0xffffffff: t_0 = 0; break; 2019 case 0x1: t_0 = 0x1; break; 2020 case 0x2: t_0 = 0x2; break; 2021 case 0x3: t_0 = 0x3; break; 2022 case 0x4: t_0 = 0x4; break; 2023 case 0x5: t_0 = 0x5; break; 2024 case 0x6: t_0 = 0x6; break; 2025 case 0x7: t_0 = 0x7; break; 2026 case 0x8: t_0 = 0x8; break; 2027 case 0x9: t_0 = 0x9; break; [all …]
|