Searched refs:DECODE_TABLE (Results 1 – 3 of 3) sorted by relevance
/arch/arm/probes/ |
D | decode-thumb.c | 561 DECODE_TABLE (0xfe400000, 0xe8000000, t32_table_1110_100x_x0xx), 567 DECODE_TABLE (0xfe400000, 0xe8400000, t32_table_1110_100x_x1xx), 573 DECODE_TABLE (0xfe000000, 0xea000000, t32_table_1110_101x), 585 DECODE_TABLE (0xfa008000, 0xf0000000, t32_table_1111_0x0x___0), 591 DECODE_TABLE (0xfa008000, 0xf2000000, t32_table_1111_0x1x___0), 597 DECODE_TABLE (0xf8008000, 0xf0008000, t32_table_1111_0xxx___1), 609 DECODE_TABLE (0xfe50f000, 0xf810f000, t32_table_1111_100x_x0x1__1111), 617 DECODE_TABLE (0xfe000000, 0xf8000000, t32_table_1111_100x), 623 DECODE_TABLE (0xff00f000, 0xfa00f000, t32_table_1111_1010___1111), 629 DECODE_TABLE (0xff800000, 0xfb000000, t32_table_1111_1011_0), [all …]
|
D | decode-arm.c | 619 DECODE_TABLE (0xf0000000, 0xf0000000, arm_1111_table), 625 DECODE_TABLE (0x0f900080, 0x01000000, arm_cccc_0001_0xx0____0xxx_table), 631 DECODE_TABLE (0x0f900090, 0x01000080, arm_cccc_0001_0xx0____1xx0_table), 637 DECODE_TABLE (0x0f0000f0, 0x00000090, arm_cccc_0000_____1001_table), 643 DECODE_TABLE (0x0f0000f0, 0x01000090, arm_cccc_0001_____1001_table), 649 DECODE_TABLE (0x0e000090, 0x00000090, arm_cccc_000x_____1xx1_table), 657 DECODE_TABLE (0x0e000000, 0x00000000, arm_cccc_000x_table), 663 DECODE_TABLE (0x0e000000, 0x02000000, arm_cccc_001x_table), 669 DECODE_TABLE (0x0f000010, 0x06000010, arm_cccc_0110_____xxx1_table), 670 DECODE_TABLE (0x0f000010, 0x07000010, arm_cccc_0111_____xxx1_table), [all …]
|
D | decode.h | 346 #define DECODE_TABLE(_mask, _value, _table) \ macro
|