HomeSort by relevance Sort by last modified time
    Searched refs:Eon (Results 1 - 8 of 8) sorted by null

  /external/v8/test/cctest/
test-disasm-arm64.cc 662 COMPARE(eon(w19, w20, Operand(0x80000001)),
664 COMPARE(eon(x21, x22, Operand(0xc000000000000003L)),
730 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
731 COMPARE(eon(x18, x19, Operand(x20, LSL, 21)), "eon x18, x19, x20, lsl #21");
732 COMPARE(eon(w21, w22, Operand(w23, LSR, 22)), "eon w21, w22, w23, lsr #22");
733 COMPARE(eon(x24, x25, Operand(x26, ASR, 23)), "eon x24, x25, x26, asr #23")
    [all...]
test-assembler-arm64.cc 1022 TEST(eon) {
1030 __ Eon(x2, x0, Operand(x1));
1031 __ Eon(w3, w0, Operand(w1, LSL, 4));
1032 __ Eon(x4, x0, Operand(x1, LSL, 4));
1033 __ Eon(x5, x0, Operand(x1, LSR, 1));
1034 __ Eon(w6, w0, Operand(w1, ASR, 20));
1035 __ Eon(x7, x0, Operand(x1, ASR, 20));
1036 __ Eon(w8, w0, Operand(w1, ROR, 28));
1037 __ Eon(x9, x0, Operand(x1, ROR, 28));
1038 __ Eon(w10, w0, Operand(0x03c003c0))
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 116 void MacroAssembler::Eon(const Register& rd,
121 LogicalMacro(rd, rn, operand, EON);
    [all...]
macro-assembler-arm64.h 161 inline void Eon(const Register& rd,
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 1004 TEST(eon) {
1011 __ Eon(x2, x0, Operand(x1));
1012 __ Eon(w3, w0, Operand(w1, LSL, 4));
1013 __ Eon(x4, x0, Operand(x1, LSL, 4));
1014 __ Eon(x5, x0, Operand(x1, LSR, 1));
1015 __ Eon(w6, w0, Operand(w1, ASR, 20));
1016 __ Eon(x7, x0, Operand(x1, ASR, 20));
1017 __ Eon(w8, w0, Operand(w1, ROR, 28));
1018 __ Eon(x9, x0, Operand(x1, ROR, 28));
1019 __ Eon(w10, w0, 0x03c003c0)
    [all...]
test-disasm-a64.cc 761 COMPARE(eon(w19, w20, Operand(0x80000001)),
763 COMPARE(eon(x21, x22, Operand(0xc000000000000003)),
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 679 void MacroAssembler::Eon(const Register& rd,
683 LogicalMacro(rd, rn, operand, EON);
    [all...]
macro-assembler-a64.h 624 void Eon(const Register& rd,
    [all...]

Completed in 50 milliseconds