OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputInt5
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/compiler/arm64/
code-generator-arm64.cc
89
return Operand(InputRegister32(index), LSL,
InputInt5
(index + 1));
91
return Operand(InputRegister32(index), LSR,
InputInt5
(index + 1));
93
return Operand(InputRegister32(index), ASR,
InputInt5
(index + 1));
95
return Operand(InputRegister32(index), ROR,
InputInt5
(index + 1));
862
__ Sbfx(i.OutputRegister32(), i.InputRegister32(0), i.
InputInt5
(1),
863
i.
InputInt5
(2));
870
__ Ubfx(i.OutputRegister32(), i.InputRegister32(0), i.
InputInt5
(1),
871
i.
InputInt5
(2));
874
__ Ubfiz(i.OutputRegister32(), i.InputRegister32(0), i.
InputInt5
(1),
875
i.
InputInt5
(2))
[
all
...]
/external/v8/src/compiler/
code-generator-impl.h
58
uint8_t
InputInt5
(size_t index) {
/external/v8/src/compiler/arm/
code-generator-arm.cc
99
return Operand(InputRegister(index + 0), ASR,
InputInt5
(index + 1));
103
return Operand(InputRegister(index + 0), LSL,
InputInt5
(index + 1));
107
return Operand(InputRegister(index + 0), LSR,
InputInt5
(index + 1));
111
return Operand(InputRegister(index + 0), ROR,
InputInt5
(index + 1));
[
all
...]
/external/v8/src/compiler/ia32/
code-generator-ia32.cc
580
__ shl(i.OutputOperand(), i.
InputInt5
(1));
587
__ shr(i.OutputOperand(), i.
InputInt5
(1));
594
__ sar(i.OutputOperand(), i.
InputInt5
(1));
601
__ ror(i.OutputOperand(), i.
InputInt5
(1));
[
all
...]
/external/v8/src/compiler/x87/
code-generator-x87.cc
668
__ shl(i.OutputOperand(), i.
InputInt5
(1));
675
__ shr(i.OutputOperand(), i.
InputInt5
(1));
682
__ sar(i.OutputOperand(), i.
InputInt5
(1));
689
__ ror(i.OutputOperand(), i.
InputInt5
(1));
[
all
...]
Completed in 58 milliseconds