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
913
// If this returns true then you have to use the rotate_imm and
immed_8
918
uint32_t*
immed_8
,
925
*
immed_8
= imm8;
933
if (fits_shifter(~imm32, rotate_imm,
immed_8
, NULL)) {
941
*rotate_imm = *
immed_8
= 0; // Not used for movw.
947
if (fits_shifter(-static_cast<int>(imm32), rotate_imm,
immed_8
, NULL)) {
955
if (fits_shifter(-static_cast<int>(imm32), rotate_imm,
immed_8
, NULL)) {
961
if (fits_shifter(~imm32, rotate_imm,
immed_8
, NULL)) {
1061
uint32_t
immed_8
;
local
1063
!fits_shifter(x.imm32_, &rotate_imm, &
immed_8
, &instr))
1724
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 108 milliseconds