Searched refs:c_code (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/regen/ |
H A D | scope_types.pl | 62 my $c_code= ""; 70 $c_code .= $line . "\n"; 73 $c_code .= <<EOF_C; 80 $c_code .= sprintf " %d%s /* %*s */\n", 86 $c_code .= <<EOF_C; 105 print $out $c_code;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-bfin.c | 1210 #define INIT(t) t c_code = init_##t 1211 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x) 1212 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.… 1220 conscode (gencode (HI (c_code.opcode)), \ 1221 conscode (gencode (LO (c_code.opcode)), NULL_CODE)) 1224 conscode (gencode (c_code.opcode), NULL_CODE) 1367 conscode (gencode (HI (c_code.opcode)), in bfin_gen_loopsetup() 1369 …conctcode (gencode (LO (c_code.opcode)), Expr_Node_Gen_Reloc (peoffset, BFD_RELOC_BFIN_11_PCREL)))… in bfin_gen_loopsetup() 1395 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)), in bfin_gen_calla() 1429 …return conscode (gencode (HI (c_code.opcode)), Expr_Node_Gen_Reloc (phword, BFD_RELOC_BFIN_16_IMM)… in bfin_gen_ldimmhalf() [all …]
|
/openbsd-src/bin/mt/ |
H A D | mt.c | 59 int c_code; member 225 if (comp->c_code != MTNOP) { in main() 226 mt_com.mt_op = comp->c_code; in main()
|