Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dassembler-s390.cc431 if (BRC == opcode || BRCT == opcode || BRCTG == opcode || BRXH == opcode) { in target_at()
465 opcode == BRCL || opcode == BRASL || opcode == BRXH || in target_at_put()
469 if (BRC == opcode || BRCT == opcode || BRCTG == opcode || BRXH == opcode) { in target_at_put()
507 if (BRC == opcode || BRCT == opcode || BRCTG == opcode|| BRXH == opcode || in max_reach_from()
Dsimulator-s390.h534 EVALUATE(BRXH);
Dconstants-s390.h810 V(brxh, BRXH, 0x84) /* type = RSI BRANCH RELATIVE ON INDEX HIGH (32) */ \
Dsimulator-s390.cc825 EvalTable[BRXH] = &Simulator::Evaluate_BRXH; in EvalTableInit()
3877 EVALUATE(BRXH) { in EVALUATE() argument
3878 DCHECK_OPCODE(BRXH); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td185 def BRXH : BranchBinaryRSI<"brxh", 0x84, GR32>;