OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:off8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/arm/
disasm-arm.cc
564
// '
off8
: 8-bit offset for extra load and store instructions
565
DCHECK(STRING_STARTS_WITH(format, "
off8
"));
748
Format(instr, "'memop'cond's 'rd, ['rn], #-'
off8
");
756
Format(instr, "'memop'cond's 'rd, ['rn], #+'
off8
");
764
Format(instr, "'memop'cond's 'rd, ['rn, #-'
off8
]'w");
772
Format(instr, "'memop'cond's 'rd, ['rn, #+'
off8
]'w");
789
Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'
off8
");
797
Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'
off8
");
805
Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'
off8
]'w");
813
Format(instr, "'memop'cond'sign'h 'rd, ['rn, #+'
off8
]'w")
[
all
...]
/external/valgrind/main/VEX/priv/
host_arm_defs.c
3525
UInt
off8
= simm11 >= 0 ? simm11 : ((UInt)(-simm11));
local
3541
UInt
off8
= simm11 >= 0 ? simm11 : ((UInt)(-simm11));
local
[
all
...]
Completed in 538 milliseconds