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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 5219 #define CPENC(op0,op1,crn,crm,op2) \
5222 #define CPEN_(op1,crm,op2) CPENC(3,(op1),4,(crm),(op2))
5224 #define CPENS(op1,crn,crm,op2) CPENC(1,(op1),(crn),(crm),(op2))
5253 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES }
5275 /* The CPENC below is fairly misleading, the fields
5276 here are not in CPENC form. They are in op2op1 form. The fields are encoded
5278 in a loop. So if you CPENC them only the first value will be set, the rest
5279 are masked out to 0. As an example. op2 = 3, op1=2. CPENC would produce a
5299 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES },
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 5122 #define CPENC(op0,op1,crn,crm,op2) \
5125 #define CPEN_(op1,crm,op2) CPENC(3,(op1),4,(crm),(op2))
5127 #define CPENS(op1,crn,crm,op2) CPENC(1,(op1),(crn),(crm),(op2))
5156 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES }
5178 /* The CPENC below is fairly misleading, the fields
5179 here are not in CPENC form. They are in op2op1 form. The fields are encoded
5181 in a loop. So if you CPENC them only the first value will be set, the rest
5182 are masked out to 0. As an example. op2 = 3, op1=2. CPENC would produce a
5202 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES },
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 5102 #define CPENC(op0,op1,crn,crm,op2) \
5105 #define CPEN_(op1,crm,op2) CPENC(3,(op1),4,(crm),(op2))
5107 #define CPENS(op1,crn,crm,op2) CPENC(1,(op1),(crn),(crm),(op2))
5136 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES }
5158 /* The CPENC below is fairly misleading, the fields
5159 here are not in CPENC form. They are in op2op1 form. The fields are encoded
5161 in a loop. So if you CPENC them only the first value will be set, the rest
5162 are masked out to 0. As an example. op2 = 3, op1=2. CPENC would produce a
5182 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES },
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 5135 #define CPENC(op0,op1,crn,crm,op2) \
5138 #define CPEN_(op1,crm,op2) CPENC(3,(op1),4,(crm),(op2))
5140 #define CPENS(op1,crn,crm,op2) CPENC(1,(op1),(crn),(crm),(op2))
5169 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES }
5191 /* The CPENC below is fairly misleading, the fields
5192 here are not in CPENC form. They are in op2op1 form. The fields are encoded
5194 in a loop. So if you CPENC them only the first value will be set, the rest
5195 are masked out to 0. As an example. op2 = 3, op1=2. CPENC would produce a
5215 { 0, CPENC (0,0,0,0,0), 0, AARCH64_NO_FEATURES },
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 510 #define CPENC(SN, OP1, CN, CM, OP2) "s"#SN"_"#OP1"_c"#CN"_c"#CM"_"#OP2
514 #undef CPENC

Completed in 51 milliseconds