Home
last modified time | relevance | path

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

/external/v8/src/s390/
Ddisasm-s390.cc928 case CEFBR: in DecodeFourByte()
Dconstants-s390.h270 CEFBR = 0xB394, // Convert From Fixed (32 to short BFP) enumerator
Dassembler-s390.cc2967 rrfe_form(CEFBR, m3, Condition(0), Register::from_code(r1.code()), r2); in cefbr()
Dsimulator-s390.cc4159 case CEFBR: in DecodeFourByteFloatingPoint()
4238 } else if (op == CEFBR) { in DecodeFourByteFloatingPoint()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td184 def CEFBR : UnaryRRE<"cefb", 0xB394, sint_to_fp, FP32, GR32>;