Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c231 unsigned isreg : 1; /* Operand was a register. */ member
3090 inst.operands[i].isreg = 1; in parse_shifter_operand()
3186 inst.operands[i].isreg = 1; in parse_address()
3204 inst.operands[i].isreg = 1; in parse_address()
3597 inst.operands[i].isreg = 1; \ in parse_operands()
3606 inst.operands[i].isreg = 1; \ in parse_operands()
3764 inst.operands[i].isreg = 1; in parse_operands()
3779 inst.operands[i].isreg = (rege->type == REG_TYPE_MMXWR); in parse_operands()
3843 if (inst.operands[i].isreg && inst.operands[i].reg == REG_PC) in parse_operands()
4007 if (inst.operands[i].isreg) in encode_arm_shifter_operand()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c299 unsigned int isreg; member
2163 dip->isreg = 0; in locval()
2186 dip->isreg = 1; in locval()
2909 else if (dip->isreg) in new_symbol()
2942 if (dip->isreg) in new_symbol()
Ddwarf2read.c592 static int isreg; /* Object lives in register. variable
8621 isreg = 0; in decode_locdesc()
8695 isreg = 1; in decode_locdesc()
8702 isreg = 1; in decode_locdesc()
/mirbsd/src/libexec/ftpd/
Dftpd.c1528 send_data(FILE *instr, FILE *outstr, off_t blksize, off_t filesize, int isreg) in send_data() argument
1567 if (isreg && filesize < (off_t)16 * 1024 * 1024) { in send_data()
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-tic54x.texi743 @cindex @code{$isreg} subsym builtin, TIC54X
744 @item @code{$isreg(@var{reg})}
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc611 p |OP* |pmruntime |NN OP* pm|NN OP* expr|bool isreg