OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immed_8
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/arm/
assembler-arm.cc
715
// If this returns true then you have to use the rotate_imm and
immed_8
720
uint32_t*
immed_8
,
727
*
immed_8
= imm8;
735
if (fits_shifter(~imm32, rotate_imm,
immed_8
, NULL)) {
743
*rotate_imm = *
immed_8
= 0; // Not used for movw.
749
if (fits_shifter(-imm32, rotate_imm,
immed_8
, NULL)) {
757
if (fits_shifter(-imm32, rotate_imm,
immed_8
, NULL)) {
763
if (fits_shifter(~imm32, rotate_imm,
immed_8
, NULL)) {
835
uint32_t
immed_8
;
837
!fits_shifter(x.imm32_, &rotate_imm, &
immed_8
, &instr))
[
all
...]
/external/chromium_org/v8/src/arm/
assembler-arm.cc
978
// If this returns true then you have to use the rotate_imm and
immed_8
983
uint32_t*
immed_8
,
990
*
immed_8
= imm8;
998
if (fits_shifter(~imm32, rotate_imm,
immed_8
, NULL)) {
1006
*rotate_imm = *
immed_8
= 0; // Not used for movw.
1012
if (fits_shifter(-static_cast<int>(imm32), rotate_imm,
immed_8
, NULL)) {
1020
if (fits_shifter(-static_cast<int>(imm32), rotate_imm,
immed_8
, NULL)) {
1026
if (fits_shifter(~imm32, rotate_imm,
immed_8
, NULL)) {
1126
uint32_t
immed_8
;
local
1813
uint32_t
immed_8
;
local
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
250
// Encode
immed_8
.
[
all
...]
Completed in 4895 milliseconds