OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstcond
(Results
1 - 11
of
11
) sorted by null
/art/compiler/utils/arm/
assembler_thumb2.cc
[
all
...]
assembler_thumb2.h
157
void it(Condition
firstcond
, ItState i1 = kItOmitted,
assembler_arm.h
451
virtual void it(Condition
firstcond
, ItState i1 = kItOmitted,
/external/icu/icu4c/source/i18n/
collationdatabuilder.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp
237
// Tag along (
firstcond
[0] << 4) with the mask.
/external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp
977
unsigned
Firstcond
= MI->getOperand(OpNum-1).getImm();
978
unsigned CondBit0 =
Firstcond
& 1;
[
all
...]
/external/valgrind/main/VEX/priv/
guest_arm_toIR.c
18338
UInt
firstcond
= INSN0(7,4);
local
[
all
...]
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp
63
// instructions that for the IT block.
Firstcond
and Mask correspond to the
65
void setITState(char
Firstcond
, char Mask) {
67
unsigned CondBit0 =
Firstcond
& 1;
69
unsigned char CCBits = static_cast<unsigned char>(
Firstcond
& 0xf);
[
all
...]
/art/compiler/dex/quick/arm/
arm_lir.h
497
kThumb2It, // it [10111111]
firstcond
[7-4] mask[3-0].
[
all
...]
/external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp
69
unsigned short
FirstCond
= Bits32(bits7_0, 7, 4);
70
if (
FirstCond
== 0xF)
73
printf("Encoding error: IT
FirstCond
'1111'\n");
77
if (
FirstCond
== 0xE && ITCounter != 1)
80
printf("Encoding error: IT
FirstCond
'1110' && Mask != '1000'\n");
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
156
bool
FirstCond
; // Explicit flag for when we're parsing the
[
all
...]
Completed in 803 milliseconds