HomeSort by: relevance | last modified time | path
    Searched defs:CLR_C (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
xgate-opc.c 56 #define CLR_C 0,XGATE_C_BIT,0
m68hc11-opc.c 55 #define CLR_C 0,M6811_C_BIT,0
457 { "clc", OP_NONE, 1, 0x0c, 2, 2, CLR_C, cpu6811, 0 },
  /src/external/gpl3/binutils.old/dist/opcodes/
xgate-opc.c 56 #define CLR_C 0,XGATE_C_BIT,0
m68hc11-opc.c 55 #define CLR_C 0,M6811_C_BIT,0
457 { "clc", OP_NONE, 1, 0x0c, 2, 2, CLR_C, cpu6811, 0 },
  /src/external/gpl3/gdb/dist/opcodes/
xgate-opc.c 56 #define CLR_C 0,XGATE_C_BIT,0
m68hc11-opc.c 55 #define CLR_C 0,M6811_C_BIT,0
457 { "clc", OP_NONE, 1, 0x0c, 2, 2, CLR_C, cpu6811, 0 },
  /src/external/gpl3/gdb.old/dist/opcodes/
xgate-opc.c 56 #define CLR_C 0,XGATE_C_BIT,0
m68hc11-opc.c 55 #define CLR_C 0,M6811_C_BIT,0
457 { "clc", OP_NONE, 1, 0x0c, 2, 2, CLR_C, cpu6811, 0 },
  /src/external/gpl3/gdb/dist/sim/m68hc11/
gencode.c 58 #define CLR_C 0,M6811_C_BIT,0
374 { "clc", 0, 0, 1, 0x0c, 2, 2, CLR_C },
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
gencode.c 58 #define CLR_C 0,M6811_C_BIT,0
374 { "clc", 0, 0, 1, 0x0c, 2, 2, CLR_C },
  /src/external/gpl3/gdb/dist/sim/mcore/
interp.c 124 #define CLR_C() {sr &= 0xfffffffe;}
125 #define NEW_C(v) {CLR_C(); sr |= ((v) & 1);}
874 CLR_C();
896 CLR_C();
  /src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c 124 #define CLR_C() {sr &= 0xfffffffe;}
125 #define NEW_C(v) {CLR_C(); sr |= ((v) & 1);}
874 CLR_C();
896 CLR_C();

Completed in 46 milliseconds