Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3150 #define STORE_LANE(type, lane) \ in AssembleArchInstruction() macro
3157 STORE_LANE(8, 15 - i.InputUint8(1)); in AssembleArchInstruction()
3161 STORE_LANE(16, 7 - i.InputUint8(1)); in AssembleArchInstruction()
3165 STORE_LANE(32, 3 - i.InputUint8(1)); in AssembleArchInstruction()
3169 STORE_LANE(64, 1 - i.InputUint8(1)); in AssembleArchInstruction()
3172 #undef STORE_LANE in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc6106 #define STORE_LANE(name, vector_instr, scalar_instr, condition) \ in CallRecordWriteStub() macro
6117 STORE_LANE_LIST(STORE_LANE) in CallRecordWriteStub() argument
6118 #undef STORE_LANE in CallRecordWriteStub()