Searched refs:RISBLG (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | high-word.stdout.exp | 4 RISBLG r1(==3a41e0a2afde1559),r2(==765487c11cd04ac4),0x00,0x1f,0x00 = 3a41e0a21cd04ac4 5 RISBLG r1(==765487c11cd04ac4),r2(==3a41e0a2afde1559),0x00,0x9f,0x00 = 765487c1afde1559 6 RISBLG r1(==765487c11cd04ac4),r2(==3a41e0a2afde1559),0x00,0x1f,0x20 = 765487c13a41e0a2 7 RISBLG r1(==3a41e0a2afde1559),r2(==765487c11cd04ac4),0x00,0x9f,0x20 = 3a41e0a2765487c1 12 RISBLG r1(==b9cd1bdd399bef32),r2(==3a41e0a2afde1559),0x0b,0x13,0x05 = b9cd1bdd3982af32 13 RISBLG r1(==b9cd1bdd399bef32),r2(==3a41e0a2afde1559),0x0b,0x93,0x05 = b9cd1bdd0002a000 16 RISBLG r1(==765487c11cd04ac4),r2(==f8efadb884334ddd),0x1d,0x07,0x0c = 765487c134d04ac6 17 RISBLG r1(==765487c11cd04ac4),r2(==f8efadb884334ddd),0x1d,0x87,0x0c = 765487c134000006
|
D | high-word.c | 51 DO_RISBXG(RISBLG, VAL_A, VAL_B, 00, 1f, 00); in check_risbxg() 52 DO_RISBXG(RISBLG, VAL_B, VAL_A, 00, 9f, 00); in check_risbxg() 54 DO_RISBXG(RISBLG, VAL_B, VAL_A, 00, 1f, 20); in check_risbxg() 55 DO_RISBXG(RISBLG, VAL_A, VAL_B, 00, 9f, 20); in check_risbxg() 63 DO_RISBXG(RISBLG, VAL_C, VAL_A, 0b, 13, 05); in check_risbxg() 64 DO_RISBXG(RISBLG, VAL_C, VAL_A, 0b, 93, 05); in check_risbxg() 68 DO_RISBXG(RISBLG, VAL_B, VAL_D, 1d, 07, 0c); in check_risbxg() 69 DO_RISBXG(RISBLG, VAL_B, VAL_D, 1d, 87, 0c); in check_risbxg()
|
D | opcodes.h | 334 #define RISBLG(r1,r2,i3,i4,i5) RIE_RRUUU(ec,r1,r2,i3,i4,i5,51) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | and-02.ll | 14 ; ...but RISBLG is available as a three-address form. 41 ; ...a single RISBLG isn't enough. 59 ; ...a single RISBLG isn't enough. 77 ; ...although the three-address case should use RISBLG. 104 ; ...but the three-address case can use RISBLG. 122 ; ...but RISBLG is OK in the three-address case. 158 ; ...although the three-address case should use RISBLG. 176 ; Check the next value up again, which cannot use RISBLG. 194 ; ...or RISBLG for the three-address case. 203 ; Test that RISBLG can be used when inserting a non-wraparound mask
|
D | setcc-01.ll | 2 ; RISBLG isn't available.
|
D | setcc-02.ll | 2 ; RISBLG isn't available.
|
D | risbg-01.ll | 2 ; The tests here assume that RISBLG isn't available.
|
/external/valgrind/docs/internals/ |
D | 3_11_BUGSTATUS.txt | 381 3259 -> 3266 s390: support RISBLG/RISBHG, MVCIN, LDE/LDER 382 16027 -> 16051 s390: support RISBLG/RISBHG, MVCIN, LDE/LDER
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 337 LoweredMI = lowerRIEfLow(MI, SystemZ::RISBLG); in EmitInstruction()
|
D | SystemZInstrInfo.td | 437 // Expands to LR, RISBHG or RISBLG, depending on the choice of registers. 1255 def RISBLG : RotateSelectRIEf<"risblg", 0xEC51, GR32, GR64>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1195 EVALUATE(RISBLG);
|
D | constants-s390.h | 1594 V(risblg, RISBLG, \
|
D | simulator-s390.cc | 1421 EvalTable[RISBLG] = &Simulator::Evaluate_RISBLG; in EvalTableInit() 12413 EVALUATE(RISBLG) { in EVALUATE() argument
|
/external/valgrind/ |
D | NEWS | 505 369439 S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER
|