| /src/external/gpl3/gdb/dist/sim/rl78/ |
| rl78.c | 84 get_op (const RL78_Opcode_Decoded *rd, int i, int for_data) function 298 #define GD() get_op (&opcode, 0, 1) 299 #define GS() get_op (&opcode, 1, 1) 305 int a = get_op (opcode, 0, 1);
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| rl78.c | 84 get_op (const RL78_Opcode_Decoded *rd, int i, int for_data) function 298 #define GD() get_op (&opcode, 0, 1) 299 #define GS() get_op (&opcode, 1, 1) 305 int a = get_op (opcode, 0, 1);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| svalue.h | 687 enum tree_code get_op () const { return m_op; } function in class:ana::unaryop_svalue 784 enum tree_code get_op () const { return m_op; } function in class:ana::binop_svalue
|
| access-diagram.cc | 2205 const access_operation &get_op () const { return m_op; } function in class:ana::string_literal_spatial_item::access_diagram_impl 2640 const access_range accessed_bits (m_dia_impl.get_op ().get_actual_bits ()); 2642 const access_range valid_bits (m_dia_impl.get_op ().get_valid_bits ()); 2666 (m_dia_impl.get_op ().m_dir == DIR_READ 2769 ASSERT_EQ (binop->get_op (), PLUS_EXPR);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| svalue.h | 640 enum tree_code get_op () const { return m_op; } function in class:ana::unaryop_svalue 736 enum tree_code get_op () const { return m_op; } function in class:ana::binop_svalue
|
| /src/external/gpl3/gdb/dist/sim/msp430/ |
| msp430-sim.c | 291 get_op (SIM_DESC sd, MSP430_Opcode_Decoded *opc, int n) function 773 return get_op (sd, &opc, 0); 832 #define SRC get_op (sd, opcode, 1) 833 #define DSRC get_op (sd, opcode, 0)
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| rx.c | 394 get_op (const RX_Opcode_Decoded *rd, int i) function 654 #define GD() get_op (opcode, 0) 655 #define GS() get_op (opcode, 1) 656 #define GS2() get_op (opcode, 2)
|
| /src/external/gpl3/gdb.old/dist/sim/msp430/ |
| msp430-sim.c | 291 get_op (SIM_DESC sd, MSP430_Opcode_Decoded *opc, int n) function 773 return get_op (sd, &opc, 0); 832 #define SRC get_op (sd, opcode, 1) 833 #define DSRC get_op (sd, opcode, 0)
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| rx.c | 394 get_op (const RX_Opcode_Decoded *rd, int i) function 654 #define GD() get_op (opcode, 0) 655 #define GS() get_op (opcode, 1) 656 #define GS2() get_op (opcode, 2)
|
| /src/external/bsd/file/dist/src/ |
| apprentice.c | 164 file_private int get_op(char); 1785 get_op(char c) function 2211 if ((op = get_op(*l)) != -1) { 2322 if ((op = get_op(*l)) != -1) {
|