OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:off8
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/arm/
disasm-arm.cc
543
// '
off8
: 8-bit offset for extra load and store instructions
544
ASSERT(STRING_STARTS_WITH(format, "
off8
"));
720
Format(instr, "'memop'cond's 'rd, ['rn], #-'
off8
");
728
Format(instr, "'memop'cond's 'rd, ['rn], #+'
off8
");
736
Format(instr, "'memop'cond's 'rd, ['rn, #-'
off8
]'w");
744
Format(instr, "'memop'cond's 'rd, ['rn, #+'
off8
]'w");
761
Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'
off8
");
769
Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'
off8
");
777
Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'
off8
]'w");
785
Format(instr, "'memop'cond'sign'h 'rd, ['rn, #+'
off8
]'w")
[
all
...]
/external/valgrind/main/VEX/priv/
host_arm_defs.c
3031
UInt
off8
= simm11 >= 0 ? simm11 : ((UInt)(-simm11));
local
3047
UInt
off8
= simm11 >= 0 ? simm11 : ((UInt)(-simm11));
local
[
all
...]
/external/valgrind/tsan/
thread_sanitizer.cc
[
all
...]
Completed in 4063 milliseconds