Home
last modified time | relevance | path

Searched refs:do_cs (Results 1 - 4 of 4) sorted by relevance

/third_party/libdrm/tests/amdgpu/
H A Dhotunplug_tests.c47 static bool do_cs; variable
225 while (do_cs) in amdgpu_nop_cs()
245 do_cs = true; in amdgpu_create_cs_thread()
259 do_cs = false; in amdgpu_destroy_cs_thread()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc825 Label do_cs; \
826 __ bind(&do_cs); \
832 __ bne(&do_cs, Label::kNear); \
849 Label do_cs; \
850 __ bind(&do_cs); \
856 __ bne(&do_cs, Label::kNear); \
870 Label do_cs; \
872 __ bind(&do_cs); \
900 __ bne(&do_cs, Label::kNear); \
2432 Label do_cs; in AssembleArchInstruction() local
2546 Label do_cs; AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h538 Label do_cs; in AtomicStore() local
539 bind(&do_cs); in AtomicStore()
541 bne(&do_cs, Label::kNear); in AtomicStore()
550 Label do_cs; in AtomicStore() local
551 bind(&do_cs); in AtomicStore()
553 bne(&do_cs, Label::kNear); in AtomicStore()
1107 Label do_cs; in AtomicExchange() local
1108 bind(&do_cs); in AtomicExchange()
1110 bne(&do_cs, Label::kNear); in AtomicExchange()
1123 Label do_cs; in AtomicExchange() local
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc5011 Label do_cs; in CallRecordWriteStub() local
5013 bind(&do_cs); in CallRecordWriteStub()
5018 bne(&do_cs, Label::kNear); in CallRecordWriteStub()

Completed in 17 milliseconds