Home
last modified time | relevance | path

Searched refs:inst3if (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h682 uint8_t ifThenElse(Condition condition, bool inst2if, bool inst3if, bool inst4if) in ifThenElse() argument
685 | (ifThenElseConditionBit(condition, inst3if) << 2) in ifThenElse()
691 uint8_t ifThenElse(Condition condition, bool inst2if, bool inst3if) in ifThenElse() argument
694 | (ifThenElseConditionBit(condition, inst3if) << 2) in ifThenElse()
955 void it(Condition cond, bool inst2if, bool inst3if) in it() argument
957 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if)); in it()
960 void it(Condition cond, bool inst2if, bool inst3if, bool inst4if) in it() argument
962 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if, inst4if)); in it()