OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RdValue
(Results
1 - 12
of
12
) sorted by null
/external/v8/src/arm/
constants-arm.h
526
inline int
RdValue
() const { return Bits(15, 12); }
527
DECLARE_STATIC_ACCESSOR(
RdValue
);
simulator-arm.cc
[
all
...]
disasm-arm.cc
307
int reg = instr->
RdValue
();
436
int rd = instr->
RdValue
();
[
all
...]
assembler-arm.cc
636
reg.reg_code = Instruction::
RdValue
(instr);
[
all
...]
/external/v8/src/mips/
disasm-mips.cc
176
int reg = instr->
RdValue
();
211
int freg = instr->
RdValue
();
232
int sd = instr->
RdValue
();
239
int ss = instr->
RdValue
();
246
int ss = instr->
RdValue
();
486
int reg = instr->
RdValue
();
[
all
...]
simulator-mips.h
341
inline int32_t rd_reg() const { return currentInstr_->
RdValue
(); }
constants-mips.h
954
inline int
RdValue
() const {
[
all
...]
/external/v8/src/mips64/
disasm-mips64.cc
184
int reg = instr->
RdValue
();
219
int freg = instr->
RdValue
();
240
int sd = instr->
RdValue
();
247
int ss = instr->
RdValue
();
254
int ss = instr->
RdValue
();
501
int reg = instr->
RdValue
();
[
all
...]
simulator-mips64.h
376
inline int32_t rd_reg() const { return currentInstr_->
RdValue
(); }
constants-mips64.h
1012
inline int
RdValue
() const {
[
all
...]
/system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp
156
uint64_t
RdValue
;
177
uint64_t
RdValue
;
386
regs[Rd] = test.
RdValue
;
487
regs[Rd] = test.
RdValue
;
/system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp
146
uint64_t
RdValue
;
169
uint64_t
RdValue
;
428
regs[Rd] = test.
RdValue
;
534
regs[Rd] = test.
RdValue
;
[
all
...]
Completed in 3046 milliseconds