Searched refs:DECODE_TABLE (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/arm/probes/ |
D | decode-thumb.c | 558 DECODE_TABLE (0xfe400000, 0xe8000000, t32_table_1110_100x_x0xx), 564 DECODE_TABLE (0xfe400000, 0xe8400000, t32_table_1110_100x_x1xx), 570 DECODE_TABLE (0xfe000000, 0xea000000, t32_table_1110_101x), 582 DECODE_TABLE (0xfa008000, 0xf0000000, t32_table_1111_0x0x___0), 588 DECODE_TABLE (0xfa008000, 0xf2000000, t32_table_1111_0x1x___0), 594 DECODE_TABLE (0xf8008000, 0xf0008000, t32_table_1111_0xxx___1), 606 DECODE_TABLE (0xfe50f000, 0xf810f000, t32_table_1111_100x_x0x1__1111), 614 DECODE_TABLE (0xfe000000, 0xf8000000, t32_table_1111_100x), 620 DECODE_TABLE (0xff00f000, 0xfa00f000, t32_table_1111_1010___1111), 626 DECODE_TABLE (0xff800000, 0xfb000000, t32_table_1111_1011_0), [all …]
|
D | decode-arm.c | 611 DECODE_TABLE (0xf0000000, 0xf0000000, arm_1111_table), 617 DECODE_TABLE (0x0f900080, 0x01000000, arm_cccc_0001_0xx0____0xxx_table), 623 DECODE_TABLE (0x0f900090, 0x01000080, arm_cccc_0001_0xx0____1xx0_table), 629 DECODE_TABLE (0x0f0000f0, 0x00000090, arm_cccc_0000_____1001_table), 635 DECODE_TABLE (0x0f0000f0, 0x01000090, arm_cccc_0001_____1001_table), 641 DECODE_TABLE (0x0e000090, 0x00000090, arm_cccc_000x_____1xx1_table), 649 DECODE_TABLE (0x0e000000, 0x00000000, arm_cccc_000x_table), 655 DECODE_TABLE (0x0e000000, 0x02000000, arm_cccc_001x_table), 661 DECODE_TABLE (0x0f000010, 0x06000010, arm_cccc_0110_____xxx1_table), 662 DECODE_TABLE (0x0f000010, 0x07000010, arm_cccc_0111_____xxx1_table), [all …]
|
D | decode.h | 315 #define DECODE_TABLE(_mask, _value, _table) \ macro
|