Home
last modified time | relevance | path

Searched refs:LOAD_LANE (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3126 #define LOAD_LANE(type, lane) \ in AssembleArchInstruction() macro
3134 LOAD_LANE(8, 15 - i.InputUint8(1)); in AssembleArchInstruction()
3138 LOAD_LANE(16, 7 - i.InputUint8(1)); in AssembleArchInstruction()
3142 LOAD_LANE(32, 3 - i.InputUint8(1)); in AssembleArchInstruction()
3146 LOAD_LANE(64, 1 - i.InputUint8(1)); in AssembleArchInstruction()
3149 #undef LOAD_LANE in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc6085 #define LOAD_LANE(name, vector_instr, scalar_instr, condition) \ in CallRecordWriteStub() macro
6096 LOAD_LANE_LIST(LOAD_LANE) in CallRecordWriteStub()
6097 #undef LOAD_LANE in CallRecordWriteStub()