Home
last modified time | relevance | path

Searched refs:c_code (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dexecute.c128 c_code = !bc_is_zero (ex_stack->s_num); in execute()
134 if (inst == 'J' || (inst == 'B' && c_code) in execute()
135 || (inst == 'Z' && !c_code)) { in execute()
258 c_code = bc_is_zero (ex_stack->s_num); in execute()
259 assign (c_code); in execute()
369 c_code = bc_is_zero (ex_stack->s_num); in execute()
370 assign (c_code); in execute()
376 c_code = !bc_is_zero (ex_stack->s_next->s_num) in execute()
379 assign (c_code); in execute()
386 c_code = !bc_is_zero (ex_stack->s_next->s_num) in execute()
[all …]
H A Dglobal.h127 EXTERN char c_code; variable
H A Dstorage.c72 c_code = FALSE; in init_storage()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-bfin.c1146 #define INIT(t) t c_code = init_##t
1147 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1148 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1149 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.…
1157 conscode (gencode (HI (c_code.opcode)), \
1158 conscode (gencode (LO (c_code.opcode)), NULL_CODE))
1161 conscode (gencode (c_code.opcode), NULL_CODE)
1304 conscode (gencode (HI (c_code.opcode)), in bfin_gen_loopsetup()
1306 …conctcode (gencode (LO (c_code.opcode)), Expr_Node_Gen_Reloc (peoffset, BFD_RELOC_BFIN_11_PCREL)))… in bfin_gen_loopsetup()
1332 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)), in bfin_gen_calla()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-bfin.c1135 #define INIT(t) t c_code = init_##t
1136 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1137 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1138 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.…
1146 conscode (gencode (HI (c_code.opcode)), \
1147 conscode (gencode (LO (c_code.opcode)), NULL_CODE))
1150 conscode (gencode (c_code.opcode), NULL_CODE)
1293 conscode (gencode (HI (c_code.opcode)), in bfin_gen_loopsetup()
1295 …conctcode (gencode (LO (c_code.opcode)), Expr_Node_Gen_Reloc (peoffset, BFD_RELOC_BFIN_11_PCREL)))… in bfin_gen_loopsetup()
1321 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)), in bfin_gen_calla()
[all …]
/netbsd-src/bin/mt/
H A Dmt.c73 int c_code; /* ioctl code for MTIOCTOP command */ member
173 if (comp->c_code == MTASF) { in main()
193 mt_com.mt_op = comp->c_code; in main()