HomeSort by relevance Sort by last modified time
    Searched refs:Hlt (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Other.cpp 45 TEST_F(AssemblerX8664LowLevelTest, Hlt) {
46 __ hlt();
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Other.cpp 45 TEST_F(AssemblerX8632LowLevelTest, Hlt) {
46 __ hlt();
  /external/vixl/test/aarch32/
test-simulator-cond-rd-operand-const-a32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-operand-const-t32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-operand-rn-a32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-operand-rn-t32.cc 57 __ Hlt(0); \
test-simulator-rd-rn-rm-a32.cc 57 __ Hlt(0); \
test-simulator-rd-rn-rm-t32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-rd-rn-rm-ge-a32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-rn-rm-ge-t32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-rn-rm-q-a32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-rn-rm-q-t32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-rn-rm-sel-a32.cc 57 __ Hlt(0); \
test-simulator-cond-rd-rn-rm-sel-t32.cc 57 __ Hlt(0); \
test-simulator-cond-rdlow-operand-imm8-t32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc 57 __ Hlt(0); \
    [all...]
test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc 57 __ Hlt(0); \
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 726 void MacroAssembler::Hlt(int code) {
728 hlt(code);
    [all...]

Completed in 2372 milliseconds

1 2 3