Home
last modified time | relevance | path

Searched refs:GetCondition (Results 1 - 13 of 13) sorted by relevance

/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc1948 EmitA32(0x02a00000U | (cond.GetCondition() << 28) | in adc()
1985 EmitA32(0x00a00000U | (cond.GetCondition() << 28) | in adc()
2001 EmitA32(0x00a00010U | (cond.GetCondition() << 28) | in adc()
2036 EmitA32(0x02b00000U | (cond.GetCondition() << 28) | in adcs()
2073 EmitA32(0x00b00000U | (cond.GetCondition() << 28) | in adcs()
2089 EmitA32(0x00b00010U | (cond.GetCondition() << 28) | in adcs()
2196 EmitA32(0x028f0000U | (cond.GetCondition() << 28) | in add()
2203 EmitA32(0x02800000U | (cond.GetCondition() << 28) | in add()
2210 EmitA32(0x028d0000U | (cond.GetCondition() << 28) | in add()
2282 EmitA32(0x00800000U | (cond.GetCondition() << 2 in add()
[all...]
H A Dinstructions-aarch32.h1019 uint32_t GetCondition() const { return condition_ & kMask; }
H A Ddisasm-aarch32.h56 condition_ = Condition((condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in Advance()
H A Dassembler-aarch32.h64 Condition((first_condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in AdvanceIT()
H A Ddisasm-aarch32.cc1561 uint16_t ref = (cond.GetCondition() & 0x1) << 3; in it()
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc433 Condition Assembler::GetCondition(Instr instr) { in GetCondition() function in v8::internal::Assembler
H A Dassembler-s390.h1336 static Condition GetCondition(Instr instr);
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1256 static Condition GetCondition(Instr instr);
H A Dassembler-ppc.cc303 Condition Assembler::GetCondition(Instr instr) { in GetCondition() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h1114 static Condition GetCondition(Instr instr);
H A Dassembler-arm.cc618 Condition Assembler::GetCondition(Instr instr) { in GetCondition() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc4088 if (ConditionPassed(instr->GetCondition())) { in Simulator()
5279 if (ConditionFailed(static_cast<Condition>(instr->GetCondition()))) { in Simulator()
6260 if (ConditionPassed(instr->GetCondition())) { in Simulator()
6273 if (ConditionPassed(instr->GetCondition())) { in Simulator()
6286 if (ConditionPassed(instr->GetCondition())) { in Simulator()
6305 if (ConditionPassed(instr->GetCondition())) { in Simulator()
H A Ddisasm-aarch64.cc1090 Condition cond = static_cast<Condition>(instr->GetCondition()); in Disassembler()
7116 cond = InvertCondition(static_cast<Condition>(instr->GetCondition())); in Disassembler()
7120 cond = instr->GetCondition(); in Disassembler()

Completed in 160 milliseconds