OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_pc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/m68k/fpe/
fpu_emulate.h
191
uint32_t
is_pc
; /* insn's address */
member in struct:instruction
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
8369
const bool
is_pc
= (inst.operands[i].reg == REG_PC);
local
8376
|| (
is_pc
&& inst.operands[i].writeback)),
8395
if (
is_pc
&& !inst.relocs[0].pc_rel)
11146
const bool
is_pc
= (inst.operands[i].reg == REG_PC);
11154
constraint (
is_pc
, BAD_PC_ADDRESSING);
11179
constraint (
is_pc
&& inst.operands[i].writeback, BAD_PC_WRITEBACK);
11182
constraint (
is_pc
&& ((inst.instruction & THUMB2_LOAD_BIT) == 0),
11202
constraint (
is_pc
, _("cannot use post-indexing with PC-relative addressing"));
11141
const bool
is_pc
= (inst.operands[i].reg == REG_PC);
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
8372
const bool
is_pc
= (inst.operands[i].reg == REG_PC);
local
8379
|| (
is_pc
&& inst.operands[i].writeback)),
8398
if (
is_pc
&& !inst.relocs[0].pc_rel)
11149
const bool
is_pc
= (inst.operands[i].reg == REG_PC);
11157
constraint (
is_pc
, BAD_PC_ADDRESSING);
11182
constraint (
is_pc
&& inst.operands[i].writeback, BAD_PC_WRITEBACK);
11185
constraint (
is_pc
&& ((inst.instruction & THUMB2_LOAD_BIT) == 0),
11205
constraint (
is_pc
, _("cannot use post-indexing with PC-relative addressing"));
11144
const bool
is_pc
= (inst.operands[i].reg == REG_PC);
local
Completed in 68 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026