Searched refs:ADDOP (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 1436 #define ADDOP(C, OP) { \ macro 1650 ADDOP(c, DUP_TOP); in compiler_call_exit_with_nones() 1651 ADDOP(c, DUP_TOP); in compiler_call_exit_with_nones() 1673 ADDOP(c, ROT_TWO); in compiler_unwind_fblock() 1675 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1679 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1683 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1700 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock() 1702 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1703 ADDOP(c, POP_TOP); in compiler_unwind_fblock() [all …]
|
/external/python/cpython2/Python/ |
D | compile.c | 1061 #define ADDOP(C, OP) { \ macro 1460 ADDOP(c, BUILD_CLASS); in compiler_class() 1554 ADDOP(c, DUP_TOP); in compiler_print() 1556 ADDOP(c, ROT_TWO); in compiler_print() 1557 ADDOP(c, PRINT_ITEM_TO); in compiler_print() 1561 ADDOP(c, PRINT_ITEM); in compiler_print() 1566 ADDOP(c, PRINT_NEWLINE_TO) in compiler_print() 1568 ADDOP(c, PRINT_NEWLINE) in compiler_print() 1571 ADDOP(c, POP_TOP); in compiler_print() 1629 ADDOP(c, GET_ITER); in compiler_for() [all …]
|
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 43 const ADDOP: u8 = 0x72; constant 1182 binary_op!(Add, ADDOP);
|