OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwVfpRegister
(Results
1 - 14
of
14
) sorted by null
/external/v8/src/arm/
assembler-arm.h
170
struct
SwVfpRegister
{
172
bool is(
SwVfpRegister
reg) const { return code_ == reg.code_; }
238
SwVfpRegister
low() const {
239
SwVfpRegister
reg;
245
SwVfpRegister
high() const {
246
SwVfpRegister
reg;
275
const
SwVfpRegister
s0 = { 0 };
276
const
SwVfpRegister
s1 = { 1 };
277
const
SwVfpRegister
s2 = { 2 };
278
const
SwVfpRegister
s3 = { 3 }
[
all
...]
assembler-arm.cc
[
all
...]
macro-assembler-arm.h
[
all
...]
lithium-codegen-arm.h
87
SwVfpRegister
flt_scratch,
code-stubs-arm.h
765
SwVfpRegister
single_scratch);
781
SwVfpRegister
single_scratch,
[
all
...]
macro-assembler-arm.cc
[
all
...]
lithium-codegen-arm.cc
357
SwVfpRegister
flt_scratch,
[
all
...]
code-stubs-arm.cc
678
SwVfpRegister
single_scratch) {
754
SwVfpRegister
single_scratch,
852
SwVfpRegister
single_scratch = double_scratch.low();
[
all
...]
/external/chromium_org/v8/src/arm/
assembler-arm.h
217
struct
SwVfpRegister
{
220
bool is(
SwVfpRegister
reg) const { return code_ == reg.code_; }
313
SwVfpRegister
low() const {
314
SwVfpRegister
reg;
320
SwVfpRegister
high() const {
321
SwVfpRegister
reg;
364
const
SwVfpRegister
s0 = { 0 };
365
const
SwVfpRegister
s1 = { 1 };
366
const
SwVfpRegister
s2 = { 2 };
367
const
SwVfpRegister
s3 = { 3 }
[
all
...]
assembler-arm.cc
[
all
...]
lithium-codegen-arm.h
117
SwVfpRegister
flt_scratch,
lithium-codegen-arm.cc
454
SwVfpRegister
flt_scratch,
[
all
...]
macro-assembler-arm.cc
[
all
...]
code-stubs-arm.cc
[
all
...]
Completed in 401 milliseconds