OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:off8
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/arm/
disasm-arm.cc
563
// '
off8
: 8-bit offset for extra load and store instructions
564
DCHECK(STRING_STARTS_WITH(format, "
off8
"));
747
Format(instr, "'memop'cond's 'rd, ['rn], #-'
off8
");
755
Format(instr, "'memop'cond's 'rd, ['rn], #+'
off8
");
763
Format(instr, "'memop'cond's 'rd, ['rn, #-'
off8
]'w");
771
Format(instr, "'memop'cond's 'rd, ['rn, #+'
off8
]'w");
788
Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'
off8
");
796
Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'
off8
");
804
Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'
off8
]'w");
812
Format(instr, "'memop'cond'sign'h 'rd, ['rn, #+'
off8
]'w")
[
all
...]
simulator-arm.cc
[
all
...]
/external/valgrind/VEX/priv/
host_arm_defs.c
3507
UInt
off8
= simm11 >= 0 ? simm11 : ((UInt)(-simm11));
local
3523
UInt
off8
= simm11 >= 0 ? simm11 : ((UInt)(-simm11));
local
[
all
...]
Completed in 266 milliseconds