Home
last modified time | relevance | path

Searched refs:inst2if (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
684 int mask = (ifThenElseConditionBit(condition, inst2if) << 3) in ifThenElse()
691 uint8_t ifThenElse(Condition condition, bool inst2if, bool inst3if) in ifThenElse() argument
693 int mask = (ifThenElseConditionBit(condition, inst2if) << 3) in ifThenElse()
699 uint8_t ifThenElse(Condition condition, bool inst2if) in ifThenElse() argument
701 int mask = (ifThenElseConditionBit(condition, inst2if) << 3) in ifThenElse()
950 void it(Condition cond, bool inst2if) in it() argument
952 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if)); in it()
955 void it(Condition cond, bool inst2if, bool inst3if) in it() argument
957 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if)); in it()
[all …]