Searched refs:D_DInstr (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 429 #define D_DInstr(instr) \ macro 1971 ASSEMBLE_UNARY_OP(D_DInstr(sqebr), nullInstr, nullInstr); in AssembleArchInstruction() 1974 ASSEMBLE_UNARY_OP(D_DInstr(sqdbr), nullInstr, nullInstr); in AssembleArchInstruction() 2096 ASSEMBLE_UNARY_OP(D_DInstr(lcebr), nullInstr, nullInstr); in AssembleArchInstruction() 2099 ASSEMBLE_UNARY_OP(D_DInstr(lcdbr), nullInstr, nullInstr); in AssembleArchInstruction() 2382 ASSEMBLE_UNARY_OP(D_DInstr(ledbr), nullInstr, nullInstr); in AssembleArchInstruction() 2385 ASSEMBLE_UNARY_OP(D_DInstr(ldebr), D_MTInstr(LoadFloat32ToDouble), in AssembleArchInstruction()
|